Lines Matching defs:str
114 ccm128_f str;
423 cctx->str = enc ? (ccm128_f) aesni_ccm64_encrypt_blocks :
777 cctx->str = enc ? (ccm128_f) aes128_t4_ccm64_encrypt :
781 cctx->str = enc ? (ccm128_f) aes192_t4_ccm64_encrypt :
785 cctx->str = enc ? (ccm128_f) aes256_t4_ccm64_encrypt :
792 cctx->str = NULL;
1826 cctx->str = NULL;
1836 cctx->str = NULL;
1844 cctx->str = NULL;
1887 if (cctx->str ? CRYPTO_ccm128_encrypt_ccm64(ccm, in, out, len,
1888 cctx->str) :
1895 if (cctx->str ? !CRYPTO_ccm128_decrypt_ccm64(ccm, in, out, len,
1896 cctx->str) :