| /src/crypto/external/bsd/openssl/dist/crypto/pkcs12/ |
| p12_crt.c | 50 unsigned char *pkeyid = NULL; local 79 pkeyid = keyid; 82 pkeyid = X509_keyid_get0(cert, &pkeyidlen); 85 bag = pkcs12_add_cert_bag(&bags, cert, name, namelen, pkeyid, pkeyidlen);
|
| /src/crypto/external/apache2/openssl/dist/crypto/pkcs12/ |
| p12_crt.c | 49 unsigned char *pkeyid = NULL; local 78 pkeyid = keyid; 81 pkeyid = X509_keyid_get0(cert, &pkeyidlen); 84 bag = pkcs12_add_cert_bag(&bags, cert, name, namelen, pkeyid, pkeyidlen);
|
| /src/external/bsd/ntp/dist/sntp/ |
| networking.h | 77 keyid_t pkeyid; /* previous key ID */ member in struct:speer
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| t1_lib.c | 1492 int pkeyid = -1; local 1496 pkeyid = EVP_PKEY_get_id(pkey); 1498 if (pkeyid == -1) 1502 if (pkeyid == EVP_PKEY_DSA) { 1507 if (pkeyid == EVP_PKEY_RSA) 1508 pkeyid = EVP_PKEY_RSA_PSS; 1517 || (pkeyid != lu->sig 1518 && (lu->sig != EVP_PKEY_RSA_PSS || pkeyid != EVP_PKEY_RSA))) { 1529 if (pkeyid == EVP_PKEY_EC) {
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| t1_lib.c | 1030 int pkeyid = EVP_PKEY_id(pkey); local 1035 if (pkeyid == -1) 1039 if (pkeyid == EVP_PKEY_DSA) { 1045 if (pkeyid == EVP_PKEY_RSA) 1046 pkeyid = EVP_PKEY_RSA_PSS; 1055 || (pkeyid != lu->sig 1056 && (lu->sig != EVP_PKEY_RSA_PSS || pkeyid != EVP_PKEY_RSA))) { 1070 if (pkeyid == EVP_PKEY_EC) {
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_request.c | 2411 keyid_t *pkeyid; local 2423 pkeyid = (keyid_t *)&inpkt->u; 2424 tmpkey = ntohl(*pkeyid);
|
| ntp_proto.c | 664 keyid_t pkeyid = 0, tkeyid = 0; /* key IDs */ local 1159 pkeyid = 0; 1164 pkeyid = session_key( 1168 pkeyid = peer->pcookie; 1178 if (authlen > (int)LEN_PKT_NOMAC && pkeyid != 0) { 1183 skeyid, pkeyid, 0); 1187 skeyid, pkeyid, 2); 2473 peer->pkeyid = skeyid; 2477 * the packet, pkeyid is the ID in the last packet and 2480 * If so, check that the tkeyid matches pkeyid. If not [all...] |
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| t1_lib.c | 2689 int pkeyid = -1; local 2693 pkeyid = EVP_PKEY_get_id(pkey); 2697 if (pkeyid == EVP_PKEY_DSA) { 2702 if (pkeyid == EVP_PKEY_RSA) 2703 pkeyid = EVP_PKEY_RSA_PSS; 2714 if (pkeyid == EVP_PKEY_KEYMGMT) { 2721 pkeyid = scl->pkey_nid; 2725 if (pkeyid == -1) { 2736 || (pkeyid != lu->sig 2737 && (lu->sig != EVP_PKEY_RSA_PSS || pkeyid != EVP_PKEY_RSA))) [all...] |
| /src/external/bsd/ntp/dist/include/ |
| ntp_request.h | 416 u_int32 pkeyid; /* unused */ member in struct:info_peer
|
| ntp.h | 323 keyid_t pkeyid; /* previous key ID */ member in struct:peer
|