Home
last modified time | relevance | path

Searched refs:oiv (Results 1 - 25 of 28) sorted by relevance

12

/third_party/curl/tests/
H A Dtest971.pl71 $oiv{$flag} = $version;
102 if($oiv{$c}) {
104 versioncheck($c, $oiv{$c});
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon.c210 memcpy(ctx->iv, ctx->oiv, ctx->ivlen); in cipher_generic_init_internal()
591 && !OSSL_PARAM_set_octet_ptr(p, &ctx->oiv, ctx->ivlen) in ossl_cipher_generic_get_ctx_params()
592 && !OSSL_PARAM_set_octet_string(p, &ctx->oiv, ctx->ivlen)) { in ossl_cipher_generic_get_ctx_params()
687 memcpy(ctx->oiv, iv, ivlen); in ossl_cipher_generic_initiv()
H A Dcipher_chacha20_hw.c35 ctx->counter[i / 4] = CHACHA_U8TOU32(bctx->oiv + i); in chacha20_initiv()
H A Dcipher_tdes_common.c85 memcpy(ctx->iv, ctx->oiv, ctx->ivlen); in tdes_init()
H A Dcipher_aes_cbc_hmac_sha.c274 && !OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen) in aes_get_ctx_params()
275 && !OSSL_PARAM_set_octet_ptr(p, &ctx->base.oiv, ctx->base.ivlen)) { in aes_get_ctx_params()
H A Dcipher_aes_ocb.c440 if (!OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen) in aes_ocb_get_ctx_params()
441 && !OSSL_PARAM_set_octet_ptr(p, &ctx->base.oiv, ctx->base.ivlen)) { in aes_ocb_get_ctx_params()
H A Dcipher_des.c91 memcpy(ctx->iv, ctx->oiv, ctx->ivlen); in des_init()
H A Dcipher_chacha20_poly1305_hw.c89 memcpy(tempiv + CHACHA_CTR_SIZE - noncelen, bctx->oiv, in chacha20_poly1305_initiv()
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon.c207 memcpy(ctx->iv, ctx->oiv, ctx->ivlen); in cipher_generic_init_internal()
560 && !OSSL_PARAM_set_octet_ptr(p, &ctx->oiv, ctx->ivlen) in ossl_cipher_generic_get_ctx_params()
561 && !OSSL_PARAM_set_octet_string(p, &ctx->oiv, ctx->ivlen)) { in ossl_cipher_generic_get_ctx_params()
656 memcpy(ctx->oiv, iv, ivlen); in ossl_cipher_generic_initiv()
H A Dcipher_chacha20_hw.c35 ctx->counter[i / 4] = CHACHA_U8TOU32(bctx->oiv + i); in chacha20_initiv()
H A Dcipher_tdes_common.c85 memcpy(ctx->iv, ctx->oiv, ctx->ivlen); in tdes_init()
H A Dcipher_aes_ocb.c437 if (!OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen) in aes_ocb_get_ctx_params()
438 && !OSSL_PARAM_set_octet_ptr(p, &ctx->base.oiv, ctx->base.ivlen)) { in aes_ocb_get_ctx_params()
H A Dcipher_aes_cbc_hmac_sha.c274 && !OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base.ivlen) in aes_get_ctx_params()
275 && !OSSL_PARAM_set_octet_ptr(p, &ctx->base.oiv, ctx->base.ivlen)) { in aes_get_ctx_params()
H A Dcipher_des.c91 memcpy(ctx->iv, ctx->oiv, ctx->ivlen); in des_init()
H A Dcipher_chacha20_poly1305_hw.c89 memcpy(tempiv + CHACHA_CTR_SIZE - noncelen, bctx->oiv, in chacha20_poly1305_initiv()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c69 unsigned char *oiv = NULL; in EVP_CIPHER_set_asn1_iv() local
72 oiv = (unsigned char *)EVP_CIPHER_CTX_original_iv(c); in EVP_CIPHER_set_asn1_iv()
75 i = ASN1_TYPE_set_octetstring(type, oiv, j); in EVP_CIPHER_set_asn1_iv()
556 const unsigned char *v = ctx->oiv; in EVP_CIPHER_CTX_original_iv()
561 (void **)&v, sizeof(ctx->oiv)); in EVP_CIPHER_CTX_original_iv()
H A De_rc2.c165 i = ASN1_TYPE_set_int_octetstring(type, num, c->oiv, j); in rc2_set_asn1_type_and_iv()
H A Devp_local.h42 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */ member
H A Devp_enc.c402 memcpy(ctx->oiv, iv, n); in evp_cipher_init_internal()
403 memcpy(ctx->iv, ctx->oiv, n); in evp_cipher_init_internal()
/third_party/openssl/crypto/evp/
H A Devp_lib.c69 unsigned char *oiv = NULL; in EVP_CIPHER_set_asn1_iv() local
72 oiv = (unsigned char *)EVP_CIPHER_CTX_original_iv(c); in EVP_CIPHER_set_asn1_iv()
75 i = ASN1_TYPE_set_octetstring(type, oiv, j); in EVP_CIPHER_set_asn1_iv()
556 const unsigned char *v = ctx->oiv; in EVP_CIPHER_CTX_original_iv()
561 (void **)&v, sizeof(ctx->oiv)); in EVP_CIPHER_CTX_original_iv()
H A De_rc2.c165 i = ASN1_TYPE_set_int_octetstring(type, num, c->oiv, j); in rc2_set_asn1_type_and_iv()
H A Devp_local.h42 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */ member
H A Devp_enc.c397 memcpy(ctx->oiv, iv, n); in evp_cipher_init_internal()
398 memcpy(ctx->iv, ctx->oiv, n); in evp_cipher_init_internal()
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon.h60 unsigned int iv_set : 1; /* Set when the iv is copied to the iv/oiv buffers */
88 unsigned char oiv[GENERIC_BLOCK_SIZE]; member
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon.h60 unsigned int iv_set : 1; /* Set when the iv is copied to the iv/oiv buffers */
87 unsigned char oiv[GENERIC_BLOCK_SIZE]; member

Completed in 26 milliseconds

12