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

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/kem/
H A Drsa_kem.c209 static int rsasve_gen_rand_bytes(RSA *rsa_pub, argument
216 bnctx = BN_CTX_secure_new_ex(ossl_rsa_get0_libctx(rsa_pub));
230 && (BN_copy(nminus3, RSA_get0_n(rsa_pub)) != NULL)
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c2548 RSA *rsa_pub = NULL; local
2558 rsa_pub = RSA_new();
2560 if (!exp || !mod || !rsa_pub) {
2565 if (!RSA_set0_key(rsa_pub, mod, exp, NULL))
2568 return rsa_pub;
2571 RSA_free(rsa_pub);
2579 RSA *rsa_pub = NULL; local
2598 rsa_pub = binbuf_pubkey2rsa(binbuf);
2604 return rsa_pub;
2610 RSA *rsa_pub local
[all...]

Completed in 79 milliseconds