Home
last modified time | relevance | path

Searched refs:einit (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Devp_enc.c284 if (ctx->cipher->einit == NULL) { in evp_cipher_init_internal()
300 return ctx->cipher->einit(ctx->algctx, in evp_cipher_init_internal()
594 ret = ctx->cipher->einit(ctx->algctx, keydata, keylen, in evp_cipher_init_skey_internal()
1914 if (cipher->einit != NULL) in evp_cipher_from_algorithm()
1916 cipher->einit = OSSL_FUNC_cipher_encrypt_init(fns); in evp_cipher_from_algorithm()
/freebsd/crypto/openssl/include/crypto/
H A Devp.h340 OSSL_FUNC_cipher_encrypt_init_fn *einit; member