Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/kem/
H A Drsa_kem.c209 static int rsasve_gen_rand_bytes(RSA *rsa_pub, in rsasve_gen_rand_bytes() argument
216 bnctx = BN_CTX_secure_new_ex(ossl_rsa_get0_libctx(rsa_pub)); in rsasve_gen_rand_bytes()
230 && (BN_copy(nminus3, RSA_get0_n(rsa_pub)) != NULL) in rsasve_gen_rand_bytes()
/third_party/openssl/providers/implementations/kem/
H A Drsa_kem.c209 static int rsasve_gen_rand_bytes(RSA *rsa_pub, in rsasve_gen_rand_bytes() argument
216 bnctx = BN_CTX_secure_new_ex(ossl_rsa_get0_libctx(rsa_pub)); in rsasve_gen_rand_bytes()
230 && (BN_copy(nminus3, RSA_get0_n(rsa_pub)) != NULL) in rsasve_gen_rand_bytes()
/third_party/curl/lib/vssh/
H A Dssh.h136 char *rsa_pub; /* strdup'ed public key file */ member
H A Dlibssh2.c1078 sshc->rsa_pub = sshc->rsa = NULL; in ssh_statemach_act()
1123 * This is done by simply passing sshc->rsa_pub = NULL. in ssh_statemach_act()
1128 sshc->rsa_pub = strdup(data->set.str[STRING_SSH_PUBLIC_KEY]); in ssh_statemach_act()
1129 if(!sshc->rsa_pub) in ssh_statemach_act()
1135 Curl_safefree(sshc->rsa_pub); in ssh_statemach_act()
1145 if(sshc->rsa_pub) in ssh_statemach_act()
1146 infof(data, "Using SSH public key file '%s'", sshc->rsa_pub); in ssh_statemach_act()
1163 sshc->rsa_pub, in ssh_statemach_act()
1169 Curl_safefree(sshc->rsa_pub); in ssh_statemach_act()
3008 Curl_safefree(sshc->rsa_pub); in ssh_statemach_act()
[all...]
H A Dlibssh.c1996 Curl_safefree(sshc->rsa_pub); in myssh_statemach_act()
/third_party/curl/lib/
H A Durl.c904 Curl_safecmp(one->proto.sshc.rsa_pub, two->proto.sshc.rsa_pub)); in ssh_config_matches()

Completed in 12 milliseconds