Searched refs:RSA_set0_key (Results 1 – 3 of 3) sorted by relevance
22 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
29 RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key() function
3206 if (RSA_set0_key(rsa, n, e, d) == 0) in ImportRawRSAKey()