Searched refs:EVP_PKEY_type (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/lib/libcrypto/evp/
H A Dp_lib.c780 EVP_PKEY_type(int type) function
789 LCRYPTO_ALIAS(EVP_PKEY_type); variable
801 return EVP_PKEY_type(pkey->type);
H A Devp.h770 int EVP_PKEY_type(int type);
/openbsd-current/lib/libcrypto/x509/
H A Dx509_set.c248 return EVP_PKEY_type(OBJ_obj2nid(x->sig_alg->algorithm));
/openbsd-current/lib/libcrypto/asn1/
H A Dasn1_item.c434 if (EVP_PKEY_type(pknid) != pkey->ameth->pkey_id) {
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Devp.h274 LCRYPTO_USED(EVP_PKEY_type); variable
/openbsd-current/sbin/iked/
H A Dcrypto.c886 keytype = EVP_PKEY_type(EVP_PKEY_id(((EVP_PKEY *)dsa->dsa_key)));
984 keytype = EVP_PKEY_type(EVP_PKEY_id(((EVP_PKEY *)dsa->dsa_key)));

Completed in 193 milliseconds