Home | History | Annotate | Download | only in openssl

Lines Matching refs:EVP_PKEY_CTX_new

392 /* EVP_PKEY_CTX_new allocates a fresh |EVP_PKEY_CTX| for use with |pkey|. It
394 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
396 /* EVP_PKEY_CTX_new allocates a fresh |EVP_PKEY_CTX| for a key of type |id|
398 * |EVP_PKEY_CTX_new| can't be used because there isn't an |EVP_PKEY| to pass