Searched refs:_hc_integer_to_BN (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | rsa.c | 563 k->n = _hc_integer_to_BN(&data.modulus, NULL); in d2i_RSAPrivateKey() 564 k->e = _hc_integer_to_BN(&data.publicExponent, NULL); in d2i_RSAPrivateKey() 565 k->d = _hc_integer_to_BN(&data.privateExponent, NULL); in d2i_RSAPrivateKey() 566 k->p = _hc_integer_to_BN(&data.prime1, NULL); in d2i_RSAPrivateKey() 567 k->q = _hc_integer_to_BN(&data.prime2, NULL); in d2i_RSAPrivateKey() 568 k->dmp1 = _hc_integer_to_BN(&data.exponent1, NULL); in d2i_RSAPrivateKey() 569 k->dmq1 = _hc_integer_to_BN(&data.exponent2, NULL); in d2i_RSAPrivateKey() 570 k->iqmp = _hc_integer_to_BN(&data.coefficient, NULL); in d2i_RSAPrivateKey() 694 k->n = _hc_integer_to_BN(&data.modulus, NULL); in d2i_RSAPublicKey() 695 k->e = _hc_integer_to_BN(&data.publicExponent, NULL); in d2i_RSAPublicKey()
|
H A D | common.h | 45 _hc_integer_to_BN(const heim_integer *i, BIGNUM *bn);
|
H A D | common.c | 61 _hc_integer_to_BN(const heim_integer *i, BIGNUM *bn) in _hc_integer_to_BN() function
|