Home
last modified time | relevance | path

Searched refs:RSA_set0_key (Results 1 – 7 of 7) sorted by relevance

/dragonfly/lib/libssh/openbsd-compat/
H A Dopenssl-compat.h110 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_lib.c262 RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key() function
/dragonfly/crypto/libressl/include/openssl/
H A Drsa.h379 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
/dragonfly/crypto/openssh/
H A Dsshkey.c1937 if (!RSA_set0_key(n->rsa, rsa_n_dup, rsa_e_dup, NULL)) { in sshkey_from_private()
2443 if (!RSA_set0_key(key->rsa, rsa_n, rsa_e, NULL)) { in sshkey_from_blob_internal()
3629 if (!RSA_set0_key(k->rsa, rsa_n, rsa_e, NULL)) { in sshkey_private_deserialize()
3641 if (!RSA_set0_key(k->rsa, NULL, NULL, rsa_d)) { in sshkey_private_deserialize()
H A Dssh-keygen.c578 if (!RSA_set0_key(key->rsa, rsa_n, rsa_e, rsa_d)) in do_convert_private_ssh2()
/dragonfly/contrib/ldns/
H A Ddnssec.c477 if (!RSA_set0_key(rsa, modulus, exponent, NULL)) { in ldns_key_buf2rsa_raw()
H A Dkeys.c876 if(!RSA_set0_key(rsa, n, e, d)) in ldns_key_new_frm_fp_rsa_l()