Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c2323 if (eay_v2bn(&p, prime) < 0)
2376 if (eay_v2bn(&dh_pub, pub2) < 0)
2382 if (eay_v2bn(&p, prime) < 0)
2385 if (eay_v2bn(&pub_key, pub) < 0)
2387 if (eay_v2bn(&priv_key, priv) < 0)
2441 eay_v2bn(bn, var) in eay_v2bn() function
H A Dcrypto_openssl.h229 extern int eay_v2bn(BIGNUM **, vchar_t *);