Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dcrypto_openssl.h230 extern int eay_bn2v(vchar_t **, BIGNUM *);
H A Dcrypto_openssl.c2301 eay_bn2v(&res, r);
2346 if (eay_bn2v(pub, __UNCONST(pub_key)) < 0)
2348 if (eay_bn2v(priv, __UNCONST(priv_key)) < 0) {
2452 eay_bn2v(var, bn) in eay_bn2v() function