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

/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c224 heim_int2BN(const heim_integer *i) function
1070 key = heim_int2BN(&pk);
1104 p = heim_int2BN(&param.p);
1105 q = heim_int2BN(&param.q);
1106 g = heim_int2BN(&param.g);
3013 n = heim_int2BN(&pk.modulus);
3014 e = heim_int2BN(&pk.publicExponent);

Completed in 58 milliseconds