Searched defs:pub_exp (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dpkcs11rsa_link.c1819 CK_BYTE *pub_exp = NULL, *pub_mod = NULL; local
1832 pub_exp = pubattr->pValue;
1838 if (!isc_safe_memequal(priv_exp, pub_exp, pub_explen))
1841 privattr->pValue = pub_exp;

Completed in 16 milliseconds