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

/sssd/src/util/cert/libcrypto/
H A Dcert.c223 RSA *rsa_pub_key = NULL; local
224 rsa_pub_key = EVP_PKEY_get0_RSA(cert_pub_key);
225 if (rsa_pub_key == NULL) {
230 RSA_get0_key(rsa_pub_key, &n, &e, NULL);

Completed in 225 milliseconds