Searched refs:einit_skey (Results 1 – 2 of 2) sorted by relevance
289 if (key == NULL && ctx->cipher->einit_skey != NULL) { in evp_cipher_init_internal()290 return ctx->cipher->einit_skey(ctx->algctx, NULL, in evp_cipher_init_internal()581 if (ctx->cipher->einit_skey == NULL) { in evp_cipher_init_skey_internal()597 ret = ctx->cipher->einit_skey(ctx->algctx, in evp_cipher_init_skey_internal()1926 if (cipher->einit_skey != NULL) in evp_cipher_from_algorithm()1928 cipher->einit_skey = OSSL_FUNC_cipher_encrypt_skey_init(fns); in evp_cipher_from_algorithm()
357 OSSL_FUNC_cipher_encrypt_skey_init_fn *einit_skey; member