Searched defs:RSA_set0_key (Results 1 – 3 of 3) sorted by relevance
206 int RSA_set0_key(RSA *rsa, BIGNUM *n, BIGNUM *e, BIGNUM *d) { in RSA_set0_key() function
474 static int RSA_set0_key(RSA* r, BIGNUM* n, BIGNUM* e, BIGNUM* d) { in RSA_set0_key() function
1126 #define RSA_set0_key GRPC_SHADOW_RSA_set0_key macro