Searched refs:BN_hex2bn (Results 1 – 11 of 11) sorted by relevance
/external/boringssl/src/crypto/rsa/ |
D | rsa_test.cc | 700 !BN_hex2bn(&key->n, in TestOnlyDGiven() 704 !BN_hex2bn(&key->e, "010001") || in TestOnlyDGiven() 705 !BN_hex2bn(&key->d, in TestOnlyDGiven()
|
/external/ipsec-tools/src/racoon/ |
D | prsa_tok.l | 65 BN_hex2bn(&bn, prsatext+2);
|
D | crypto_openssl.c | 251 if (BN_hex2bn(&bn, hex) != len) { in eay_hex2asn1dn()
|
/external/google-tv-pairing-protocol/cpp/src/polo/util/ |
D | poloutil.cc | 37 BN_hex2bn(&bn, hex_string.c_str()); in HexStringToBytes()
|
/external/boringssl/src/crypto/bn/ |
D | convert.c | 370 int BN_hex2bn(BIGNUM **outp, const char *in) { in BN_hex2bn() function 455 if (!BN_hex2bn(outp, in+2)) { in BN_asc2bn()
|
D | bn_test.cc | 335 int ret = BN_hex2bn(&raw, in); in HexToBIGNUM() 769 if (!BN_hex2bn( in test_sqr() 795 if (!BN_hex2bn( in test_sqr()
|
/external/tpm2/ |
D | CpriECC.c | 1179 BN_hex2bn(&bnC, c); in cmp_bn2hex() 1210 BN_hex2bn(&bnB, c); in cpy_hexTo2B() 1269 BN_hex2bn(&bnE, "B524F552CD82B8B028476E005C377FB19A87E6FC682D48BB5D42E3D9B9EFFE76"); in SignSM2() 1270 BN_hex2bn(&bnD, "128B2FA8BD433C6C068C8D803DFF79792A519A55171B1B650C23661D15897263"); in SignSM2() 1280 BN_hex2bn(&bnK, "6CB28D99385C175C94F94E934817663FC176D925DD72B727260DBAAE1FB2F96F"); in SignSM2()
|
D | part4.txt | 34435 1063 BN_hex2bn(&bnC, c); 34467 1095 BN_hex2bn(&bnB, c); 34537 1145 BN_hex2bn(&bnE, "B524F552CD82B8B028476E005C377FB19A87E6FC682D48BB5D42E3D9B9EFFE76"); 34538 1146 BN_hex2bn(&bnD, "128B2FA8BD433C6C068C8D803DFF79792A519A55171B1B650C23661D15897263"); 34549 1157 BN_hex2bn(&bnK, "6CB28D99385C175C94F94E934817663FC176D925DD72B727260DBAAE1FB2F96F");
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 270 OPENSSL_EXPORT int BN_hex2bn(BIGNUM **outp, const char *in);
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 188 if (ishex) ret = BN_hex2bn(&bn, value); in s2i_ASN1_INTEGER()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 740 if (BN_hex2bn( in SetupCtx()
|