Home
last modified time | relevance | path

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

/openbsd/sbin/iked/
H A Dca.c1540 RSA *localrsa = NULL; in ca_bytes_to_pkey() local
1549 if ((localrsa = d2i_RSAPublicKey_bio(rawcert, NULL))) { in ca_bytes_to_pkey()
1550 if (EVP_PKEY_set1_RSA(localkey, localrsa) != 1) in ca_bytes_to_pkey()
1569 RSA_free(localrsa); in ca_bytes_to_pkey()
1738 RSA *localrsa = NULL; in ca_validate_pubkey() local
1794 localrsa = PEM_read_RSAPublicKey(fp, NULL, NULL, NULL); in ca_validate_pubkey()
1796 if (localrsa == NULL) in ca_validate_pubkey()
1800 if (!EVP_PKEY_set1_RSA(localkey, localrsa)) in ca_validate_pubkey()
1825 RSA_free(localrsa); in ca_validate_pubkey()