Lines Matching defs:str
92 ccm128_f str;
325 cctx->str = enc ? (ccm128_f) aesni_ccm64_encrypt_blocks :
680 cctx->str = NULL;
3397 cctx->str = NULL;
3409 cctx->str = NULL;
3418 cctx->str = NULL;
3455 if (cctx->str ? CRYPTO_ccm128_encrypt_ccm64(ccm, in, out, len,
3456 cctx->str) :
3463 if (cctx->str ? !CRYPTO_ccm128_decrypt_ccm64(ccm, in, out, len,
3464 cctx->str) :
3522 if (cctx->str ? CRYPTO_ccm128_encrypt_ccm64(ccm, in, out, len,
3523 cctx->str) :
3530 if (cctx->str ? !CRYPTO_ccm128_decrypt_ccm64(ccm, in, out, len,
3531 cctx->str) :