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

/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c324 RSA *rsa = NULL, *pub_rsa; local
393 pub_rsa = cert->cert_info->key->pkey->pkey.rsa;
397 rsa->n = BN_dup(pub_rsa->n);
398 rsa->e = BN_dup(pub_rsa->e);

Completed in 52 milliseconds