Searched refs:EVP_PKEY_id (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/lib/libssl/
H A Dssl_sigalgs.c257 switch (EVP_PKEY_id(pkey)) {
274 if (sigalg->key_type != EVP_PKEY_id(pkey))
279 if (EVP_PKEY_id(pkey) != EVP_PKEY_RSA ||
296 if (EVP_PKEY_id(pkey) == EVP_PKEY_EC) {
H A Dssl_rsa.c212 if (EVP_PKEY_id(pkey) != EVP_PKEY_RSA ||
424 if (EVP_PKEY_id(priv_key) != EVP_PKEY_RSA ||
H A Dssl_both.c384 switch (EVP_PKEY_id(pkey)) {
H A Dssl_clnt.c2126 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) {
2129 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_EC) {
H A Dssl_srvr.c1972 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) {
1993 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_EC) {
/openbsd-current/lib/libcrypto/asn1/
H A Da_pubkey.c99 switch (EVP_PKEY_id(ret)) {
/openbsd-current/usr.bin/openssl/
H A Ds_cb.c271 switch (EVP_PKEY_id(pkey)) {
291 BIO_printf(out, "%s, %d bits\n", OBJ_nid2sn(EVP_PKEY_id(pkey)),
H A Dx509.c1154 if (EVP_PKEY_id(pubkey) == EVP_PKEY_RSA) {
1160 } else if (EVP_PKEY_id(pubkey) == EVP_PKEY_DSA) {
H A Dreq.c1667 *pkey_type = EVP_PKEY_id(param);
/openbsd-current/lib/libcrypto/evp/
H A Dp_lib.c792 EVP_PKEY_id(const EVP_PKEY *pkey) function
796 LCRYPTO_ALIAS(EVP_PKEY_id); variable
H A Devp.h771 int EVP_PKEY_id(const EVP_PKEY *pkey);
/openbsd-current/lib/libcrypto/dsa/
H A Ddsa_ameth.c638 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
658 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Devp.h275 LCRYPTO_USED(EVP_PKEY_id); variable
/openbsd-current/sbin/iked/
H A Dca.c1406 switch (EVP_PKEY_id(key)) {
1453 EVP_PKEY_id(key));
1475 switch (EVP_PKEY_id(key)) {
1522 EVP_PKEY_id(key));
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)));
/openbsd-current/lib/libcrypto/ec/
H A Dec_ameth.c641 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
661 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
H A Decx_methods.c544 if (EVP_PKEY_id(pkey) != NID_ED25519)
/openbsd-current/regress/lib/libssl/ssl/
H A Dssltest.c377 if (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) {
384 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_DSA) {
/openbsd-current/lib/libtls/
H A Dtls.c419 switch (EVP_PKEY_id(pkey)) {
/openbsd-current/sbin/isakmpd/
H A Dx509.c1279 if (EVP_PKEY_id(key) != EVP_PKEY_RSA) {

Completed in 247 milliseconds