Home
last modified time | relevance | path

Searched refs:ossl_cipher_generic_initiv (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/providers/implementations/ciphers/
Dcipher_tdes_common.c78 if (!ossl_cipher_generic_initiv(ctx, iv, ivlen)) in tdes_init()
Dcipher_des.c87 if (!ossl_cipher_generic_initiv(ctx, iv, ivlen)) in des_init()
Dciphercommon.c199 if (!ossl_cipher_generic_initiv(ctx, iv, ivlen)) in cipher_generic_init_internal()
646 int ossl_cipher_generic_initiv(PROV_CIPHER_CTX *ctx, const unsigned char *iv, in ossl_cipher_generic_initiv() function
Dcipher_aes_xts.c81 if (!ossl_cipher_generic_initiv(vctx, iv, ivlen)) in aes_xts_init()
Dcipher_rc2.c193 || !ossl_cipher_generic_initiv(&ctx->base, iv, ctx->base.ivlen) in rc2_set_ctx_params()
Dcipher_aes_wrp.c94 if (!ossl_cipher_generic_initiv(ctx, iv, ivlen)) in aes_wrap_init()
Dcipher_aes_ocb.c126 if (!ossl_cipher_generic_initiv(&ctx->base, iv, ivlen)) in aes_ocb_init()
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon.h353 int ossl_cipher_generic_initiv(PROV_CIPHER_CTX *ctx, const unsigned char *iv,