Searched refs:CRYPTO_ccm128_setiv (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_ccm_hw.c | 16 return CRYPTO_ccm128_setiv(&ctx->ccm_ctx, nonce, nlen, mlen) == 0; in ossl_ccm_generic_setiv()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_ccm_hw.c | 16 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 D | e_aria.c | 659 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 D | e_aes.c | 3439 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 D | e_aria.c | 659 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 D | e_aes.c | 3445 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 D | modes.h | 144 int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, const unsigned char *nonce,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | modes.h | 133 int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, const unsigned char *nonce,
|
/third_party/openssl/include/openssl/ |
H A D | modes.h | 144 int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, const unsigned char *nonce,
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | ccm128.c | 40 int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, in CRYPTO_ccm128_setiv() function
|
/third_party/openssl/crypto/modes/ |
H A D | ccm128.c | 40 int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, in CRYPTO_ccm128_setiv() function
|
Completed in 16 milliseconds