HomeSort by: relevance | last modified time | path
    Searched refs:EVP_PKEY_id (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
p_dec.c 23 if (EVP_PKEY_id(priv) != EVP_PKEY_RSA) {
p_enc.c 23 if (EVP_PKEY_id(pubk) != EVP_PKEY_RSA) {
p_open.c 37 if (EVP_PKEY_id(priv) != EVP_PKEY_RSA) {
p_lib.c 590 int EVP_PKEY_id(const EVP_PKEY *pkey)
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
i2d_pu.c 21 switch (EVP_PKEY_id(a)) {
d2i_pu.c 35 if (type != EVP_PKEY_id(ret) && !EVP_PKEY_set_type(ret, type)) {
40 switch (EVP_PKEY_id(ret)) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509type.c 32 switch (EVP_PKEY_id(pk)) {
x509_req.c 101 if (EVP_PKEY_id(k) == EVP_PKEY_EC) {
107 if (EVP_PKEY_id(k) == EVP_PKEY_DH) {
x509_cmp.c 328 if (pkey && EVP_PKEY_id(pkey) == EVP_PKEY_EC)
  /src/external/bsd/ntp/dist/include/
libssl_compat.h 90 #define EVP_PKEY_id sslshim_EVP_PKEY_id
  /src/crypto/external/bsd/openssl.old/dist/crypto/dsa/
dsa_ameth.c 477 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
493 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ec_ameth.c 489 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
505 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
524 if (EVP_PKEY_id(pkey) == EVP_PKEY_SM2) {
  /src/external/ibm-public/postfix/dist/src/tls/
tls_misc.c 1065 switch (nid = EVP_PKEY_id(dh_pkey)) {
1125 if ((nid = EVP_PKEY_id(local_pkey)) != NID_undef) {
1193 if ((nid = EVP_PKEY_id(peer_pkey)) != NID_undef) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_lib.c 421 && (EVP_PKEY_id(pkey) == NID_id_GostR3410_2001
422 || EVP_PKEY_id(pkey) == NID_id_GostR3410_2012_256))
424 && EVP_PKEY_id(pkey) == NID_id_GostR3410_2012_512))) {
463 int pktype = EVP_PKEY_id(pkey);
  /src/crypto/external/bsd/openssl.old/dist/apps/
x509.c 714 if (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) {
721 if (EVP_PKEY_id(pkey) == EVP_PKEY_DSA) {
dgst.c 268 type = EVP_PKEY_id(sigkey);
s_cb.c 408 switch (EVP_PKEY_id(key)) {
432 BIO_printf(out, "%s, %d bits\n", OBJ_nid2sn(EVP_PKEY_id(key)),
req.c 1536 *pkey_type = EVP_PKEY_id(param);
  /src/crypto/external/bsd/openssl.old/dist/crypto/pem/
pvkfmt.c 432 int pktype = EVP_PKEY_id(pk);
812 if (EVP_PKEY_id(pk) == EVP_PKEY_DSA)
  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 443 if (EVP_PKEY_id(pkey) != EVP_PKEY_EC)
565 if (EVP_PKEY_id(pkey) != EVP_PKEY_EC)
1030 int pkeyid = EVP_PKEY_id(pkey);
1062 if (!ssl_cert_lookup_by_nid(EVP_PKEY_id(pkey), &cidx)
2343 switch (EVP_PKEY_id(pk)) {
ssl_cert.c 1011 int nid = EVP_PKEY_id(pk);
  /src/external/bsd/nsd/dist/
xfrd-tcp.c 99 pkey_name = OBJ_nid2sn(EVP_PKEY_type(EVP_PKEY_id(pkey)));
104 int pkey_type = EVP_PKEY_id(pkey);
  /src/crypto/external/bsd/openssl.old/dist/test/
evp_extra_test.c 1082 || !TEST_int_eq(EVP_PKEY_id(pkey), expected_id))
1528 || !TEST_int_eq(EVP_PKEY_id(pkey), expected_id))
1746 || !TEST_int_eq(EVP_PKEY_id(pkey1), EVP_PKEY_DHX))
1751 || !TEST_int_eq(EVP_PKEY_id(pkey2), EVP_PKEY_DH))
handshake_helper.c 1263 int nid = EVP_PKEY_id(pkey);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
evp.h 992 int EVP_PKEY_id(const EVP_PKEY *pkey);

Completed in 163 milliseconds

1 2