Searched refs:dinit_skey (Results 1 – 2 of 2) sorted by relevance
315 if (key == NULL && ctx->cipher->dinit_skey != NULL) { in evp_cipher_init_internal()316 return ctx->cipher->dinit_skey(ctx->algctx, NULL, in evp_cipher_init_internal()602 if (ctx->cipher->dinit_skey == NULL) { in evp_cipher_init_skey_internal()618 ret = ctx->cipher->dinit_skey(ctx->algctx, in evp_cipher_init_skey_internal()1932 if (cipher->dinit_skey != NULL) in evp_cipher_from_algorithm()1934 cipher->dinit_skey = OSSL_FUNC_cipher_decrypt_skey_init(fns); in evp_cipher_from_algorithm()
358 OSSL_FUNC_cipher_decrypt_skey_init_fn *dinit_skey; member