Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_common.c92 if (!ossl_cipher_generic_initiv(ctx, iv, ivlen)) in tdes_init()
H A Dcipher_des.c85 if (!ossl_cipher_generic_initiv(ctx, iv, ivlen)) in des_init()
H A Dciphercommon.c203 if (!ossl_cipher_generic_initiv(ctx, iv, ivlen)) in cipher_generic_init_internal()
678 int ossl_cipher_generic_initiv(PROV_CIPHER_CTX *ctx, const unsigned char *iv, in ossl_cipher_generic_initiv() function
H A Dcipher_aes_xts.c85 if (!ossl_cipher_generic_initiv(vctx, iv, ivlen)) in aes_xts_init()
H A Dcipher_sm4_xts.c49 if (!ossl_cipher_generic_initiv(vctx, iv, ivlen)) in sm4_xts_init()
H A Dcipher_rc2.c205 || !ossl_cipher_generic_initiv(&ctx->base, iv, ctx->base.ivlen) in rc2_set_ctx_params()
H A Dcipher_aes_wrp.c117 if (!ossl_cipher_generic_initiv(ctx, iv, ivlen)) in aes_wrap_init()
H A Dcipher_aes_ocb.c126 if (!ossl_cipher_generic_initiv(&ctx->base, iv, ivlen)) in aes_ocb_init()
/openssl/providers/implementations/include/prov/
H A Dciphercommon.h359 int ossl_cipher_generic_initiv(PROV_CIPHER_CTX *ctx, const unsigned char *iv,

Completed in 30 milliseconds