Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
Dpmeth_lib.c180 static EVP_PKEY_CTX *int_ctx_new(OSSL_LIB_CTX *libctx, in int_ctx_new() function
368 return int_ctx_new(libctx, NULL, NULL, name, propquery, -1); in EVP_PKEY_CTX_new_from_name()
374 return int_ctx_new(libctx, pkey, NULL, NULL, propquery, -1); in EVP_PKEY_CTX_new_from_pkey()
464 return int_ctx_new(NULL, pkey, e, NULL, NULL, -1); in EVP_PKEY_CTX_new()
469 return int_ctx_new(NULL, NULL, e, NULL, NULL, id); in EVP_PKEY_CTX_new_id()