Searched refs:EVP_PKEY_set_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dd2i_pu.c35 if (type != EVP_PKEY_id(ret) && !EVP_PKEY_set_type(ret, type)) {
H A Dd2i_pr.c40 if (!EVP_PKEY_set_type(ret, type)) {
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Devp_pkey.c35 if (!EVP_PKEY_set_type(pkey, OBJ_obj2nid(algoid))) {
H A Dp_lib.c78 if (EVP_PKEY_set_type(to, from->type) == 0)
350 int EVP_PKEY_set_type(EVP_PKEY *pkey, int type) function
405 if (pkey == NULL || !EVP_PKEY_set_type(pkey, type))
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx_pubkey.c113 if (!EVP_PKEY_set_type(pkey, OBJ_obj2nid(key->algor->algorithm))) {
/freebsd-12-stable/crypto/openssl/crypto/store/
H A Dloader_file.c593 if (EVP_PKEY_set_type(tmp_pkey, ameth->pkey_id)
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Devp.h997 int EVP_PKEY_set_type(EVP_PKEY *pkey, int type);
/freebsd-12-stable/crypto/openssl/ssl/
H A Ds3_lib.c4752 if (pkey != NULL && EVP_PKEY_set_type(pkey, ginf->nid))

Completed in 258 milliseconds