Lines Matching defs:str
57 ccm128_f str;
531 cctx->str = NULL;
669 if (cctx->str ? CRYPTO_ccm128_encrypt_ccm64(ccm, in, out, len, cctx->str)
676 if (cctx->str ? !CRYPTO_ccm128_decrypt_ccm64(ccm, in, out, len, cctx->str)
734 if (cctx->str ? CRYPTO_ccm128_encrypt_ccm64(ccm, in, out, len, cctx->str)
741 if (cctx->str ? !CRYPTO_ccm128_decrypt_ccm64(ccm, in, out, len,
742 cctx->str) :