Home
last modified time | relevance | path

Searched refs:ossl_cipher_generic_einit (Results 1 – 11 of 11) sorted by relevance

/openssl/providers/implementations/include/prov/
H A Dciphercommon.h109 OSSL_FUNC_cipher_encrypt_init_fn ossl_cipher_generic_einit; variable
141 { OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void))ossl_cipher_generic_einit }, \
168 { OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void))ossl_cipher_generic_einit },\
/openssl/providers/implementations/ciphers/
H A Dcipher_rc4.c57 if (!ossl_cipher_generic_einit(ctx, key, keylen, iv, ivlen, NULL)) in rc4_einit()
H A Dcipher_camellia_cts.inc32 if (!ossl_cipher_generic_einit(ctx, key, keylen, iv, ivlen, NULL))
H A Dcipher_aes_cts.inc32 if (!ossl_cipher_generic_einit(ctx, key, keylen, iv, ivlen, NULL))
H A Dcipher_rc5.c61 if (!ossl_cipher_generic_einit(ctx, key, keylen, iv, ivlen, NULL)) in rc5_einit()
H A Dcipher_chacha20.c175 ret = ossl_cipher_generic_einit(vctx, key, keylen, iv, ivlen, NULL); in ossl_chacha20_einit()
H A Dcipher_rc4_hmac_md5.c88 if (!ossl_cipher_generic_einit(ctx, key, keylen, iv, ivlen, NULL)) in rc4_hmac_md5_einit()
H A Dcipher_rc2.c92 if (!ossl_cipher_generic_einit(ctx, key, keylen, iv, ivlen, NULL)) in rc2_einit()
H A Dcipher_chacha20_poly1305.c252 ret = ossl_cipher_generic_einit(vctx, key, keylen, iv, ivlen, NULL); in chacha20_poly1305_einit()
H A Dcipher_aes_cbc_hmac_sha.c53 if (!ossl_cipher_generic_einit(ctx, key, keylen, iv, ivlen, NULL)) in aes_einit()
H A Dciphercommon.c229 int ossl_cipher_generic_einit(void *vctx, const unsigned char *key, in ossl_cipher_generic_einit() function

Completed in 17 milliseconds