Searched refs:pubkeylen (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_backend.c | 58 size_t privkeylen = 0, pubkeylen = 0; in ossl_ecx_key_fromdata() local 95 sizeof(ecx->pubkey), &pubkeylen)) in ossl_ecx_key_fromdata() 98 if ((param_pub_key != NULL && pubkeylen != ecx->keylen)) in ossl_ecx_key_fromdata()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_backend.c | 58 size_t privkeylen = 0, pubkeylen = 0; in ossl_ecx_key_fromdata() local 95 sizeof(ecx->pubkey), &pubkeylen)) in ossl_ecx_key_fromdata() 98 if ((param_pub_key != NULL && pubkeylen != ecx->keylen)) in ossl_ecx_key_fromdata()
|
/third_party/curl/lib/vtls/ |
H A D | vtls.c | 980 const unsigned char *pubkey, size_t pubkeylen) in Curl_pin_peer_pubkey() 992 if(!pubkey || !pubkeylen) in Curl_pin_peer_pubkey() 1011 encode = Curl_ssl->sha256sum(pubkey, pubkeylen, in Curl_pin_peer_pubkey() 1086 if(pubkeylen > size) in Curl_pin_peer_pubkey() 1102 if(pubkeylen == size) { in Curl_pin_peer_pubkey() 1103 if(!memcmp(pubkey, buf, pubkeylen)) in Curl_pin_peer_pubkey() 1122 if(pubkeylen == pem_len && !memcmp(pubkey, pem_ptr, pubkeylen)) in Curl_pin_peer_pubkey() 978 Curl_pin_peer_pubkey(struct Curl_easy *data, const char *pinnedpubkey, const unsigned char *pubkey, size_t pubkeylen) Curl_pin_peer_pubkey() argument
|
H A D | vtls.h | 176 const unsigned char *pubkey, size_t pubkeylen);
|
H A D | sectransp.c | 2403 size_t pubkeylen, realpubkeylen, spkiHeaderLength = 24; local 2453 pubkeylen = CFDataGetLength(publicKeyBits); 2456 switch(pubkeylen) { 2458 /* 4096 bit RSA pubkeylen == 526 */ 2462 /* 2048 bit RSA pubkeylen == 270 */ 2467 /* ecDSA secp256r1 pubkeylen == 65 */ 2472 /* ecDSA secp384r1 pubkeylen == 97 */ 2477 infof(data, "SSL: unhandled public key length: %zu", pubkeylen); 2480 /* ecDSA secp256r1 pubkeylen == 91 header already included? 2485 pubkeylen); [all...] |
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 4687 size_t pubkeylen; in test_ecx_not_private_key() local 4700 pubkeylen = strlen(keys[tst].pub); in test_ecx_not_private_key() 4703 NULL, pubkey, pubkeylen); in test_ecx_not_private_key()
|
Completed in 16 milliseconds