Searched refs:rsa_pub (Results 1 – 1 of 1) sorted by relevance
2646 RSA *rsa_pub = NULL; in binbuf_pubkey2rsa() local2656 rsa_pub = RSA_new(); in binbuf_pubkey2rsa()2658 if (!exp || !mod || !rsa_pub) { in binbuf_pubkey2rsa()2664 if (rsa_pub) in binbuf_pubkey2rsa()2665 RSA_free(rsa_pub); in binbuf_pubkey2rsa()2666 rsa_pub = NULL; in binbuf_pubkey2rsa()2670 rsa_pub->n = mod; in binbuf_pubkey2rsa()2671 rsa_pub->e = exp; in binbuf_pubkey2rsa()2674 return rsa_pub; in binbuf_pubkey2rsa()2681 RSA *rsa_pub = NULL; in base64_pubkey2rsa() local[all …]