Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/validator/
H A Dval_secalgo.c1117 static SECKEYPublicKey* nss_buf2dsa(unsigned char* key, size_t len) in nss_buf2dsa() function
1267 *pubkey = nss_buf2dsa(key, keylen); in nss_setup_key_digest()
/freebsd/contrib/unbound/doc/
H A DChangelog2604 - Fix warning in libnss compile, nss_buf2dsa is not used without DSA.