Home
last modified time | relevance | path

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

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Disakmp_inf.c333 char *nraw, *ndata, *nhex; in isakmp_log_notify() local
364 nhex = val2str(nraw, l); in isakmp_log_notify()
365 if (nhex != NULL) { in isakmp_log_notify()
368 nhex); in isakmp_log_notify()
369 racoon_free(nhex); in isakmp_log_notify()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dbntest.c536 static const char *nhex[] = { in test_modexp_mont5() local
553 && TEST_true(parse_bigBN(&n, nhex)))) in test_modexp_mont5()