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

/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.h226 extern int eay_v2bn __P((BIGNUM **, vchar_t *));
H A Dcrypto_openssl.c2437 if (eay_v2bn(&p, prime) < 0)
2487 if (eay_v2bn(&dh_pub, pub2) < 0)
2493 if (eay_v2bn(&dh->p, prime) < 0)
2495 if (eay_v2bn(&dh->pub_key, pub) < 0)
2497 if (eay_v2bn(&dh->priv_key, priv) < 0)
2539 eay_v2bn(bn, var) function

Completed in 29 milliseconds