cpt_aes_setkey
return cpt_aes_setkey(tfm, key, keylen, OTX_CPT_AES_CBC);
return cpt_aes_setkey(tfm, key, keylen, OTX_CPT_AES_ECB);
return cpt_aes_setkey(tfm, key, keylen, OTX2_CPT_AES_CBC);
return cpt_aes_setkey(tfm, key, keylen, OTX2_CPT_AES_ECB);