Home
last modified time | relevance | path

Searched refs:CRYPTO_ccm128_setiv (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm_hw.c16 return CRYPTO_ccm128_setiv(&ctx->ccm_ctx, nonce, nlen, mlen) == 0; in ossl_ccm_generic_setiv()
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm_hw.c16 return CRYPTO_ccm128_setiv(&ctx->ccm_ctx, nonce, nlen, mlen) == 0; in ossl_ccm_generic_setiv()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aria.c659 if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, in aria_ccm_tls_cipher()
711 if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, len)) in aria_ccm_cipher()
729 if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, len)) in aria_ccm_cipher()
H A De_aes.c3439 if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, in aes_ccm_tls_cipher()
3492 if (CRYPTO_ccm128_setiv(ccm, ctx->iv, in aes_ccm_cipher()
3511 if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, len)) in aes_ccm_cipher()
/third_party/openssl/crypto/evp/
H A De_aria.c659 if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, in aria_ccm_tls_cipher()
711 if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, len)) in aria_ccm_cipher()
729 if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, len)) in aria_ccm_cipher()
H A De_aes.c3445 if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, in aes_ccm_tls_cipher()
3498 if (CRYPTO_ccm128_setiv(ccm, ctx->iv, in aes_ccm_cipher()
3517 if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, len)) in aes_ccm_cipher()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dmodes.h144 int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, const unsigned char *nonce,
/third_party/openssl/ohos_lite/include/openssl/
H A Dmodes.h133 int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, const unsigned char *nonce,
/third_party/openssl/include/openssl/
H A Dmodes.h144 int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, const unsigned char *nonce,
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dccm128.c40 int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, in CRYPTO_ccm128_setiv() function
/third_party/openssl/crypto/modes/
H A Dccm128.c40 int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, in CRYPTO_ccm128_setiv() function

Completed in 16 milliseconds