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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dpmeth_lib.c131 static EVP_PKEY_CTX *int_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id) function
296 return int_ctx_new(pkey, e, -1);
301 return int_ctx_new(NULL, e, id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dpmeth_lib.c131 static EVP_PKEY_CTX *int_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id) function
296 return int_ctx_new(pkey, e, -1);
301 return int_ctx_new(NULL, e, id);

Completed in 99 milliseconds