Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_lib.c180 static EVP_PKEY_CTX *int_ctx_new(OSSL_LIB_CTX *libctx, in int_ctx_new() function
369 return int_ctx_new(libctx, NULL, NULL, name, propquery, -1); in EVP_PKEY_CTX_new_from_name()
375 return int_ctx_new(libctx, pkey, NULL, NULL, propquery, -1); in EVP_PKEY_CTX_new_from_pkey()
465 return int_ctx_new(NULL, pkey, e, NULL, NULL, -1); in EVP_PKEY_CTX_new()
470 return int_ctx_new(NULL, NULL, e, NULL, NULL, id); in EVP_PKEY_CTX_new_id()
/third_party/openssl/crypto/evp/
H A 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()

Completed in 10 milliseconds