Home
last modified time | relevance | path

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

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