publicExponent    459 source4/heimdal/lib/hcrypto/rsa.c     k->e = heim_int2BN(&data.publicExponent);
publicExponent    493 source4/heimdal/lib/hcrypto/rsa.c     ret |= bn2heim_int(rsa->e, &data.publicExponent);
publicExponent    538 source4/heimdal/lib/hcrypto/rsa.c 	bn2heim_int(rsa->e, &data.publicExponent))
publicExponent    226 source4/heimdal/lib/hx509/crypto.c     rsa->e = heim_int2BN(&pk.publicExponent);
publicExponent   1190 source4/heimdal/lib/hx509/crypto.c     rsa->e = heim_int2BN(&pk.publicExponent);
publicExponent   2502 source4/heimdal/lib/hx509/crypto.c     rsa->e = heim_int2BN(&pk.publicExponent);