HomeSort by relevance Sort by last modified time
    Searched refs:RSA_F4 (Results 1 - 12 of 12) sorted by null

  /external/boringssl/src/tool/
genrsa.cc 58 if (!BN_set_word(e.get(), RSA_F4) ||
  /external/google-tv-pairing-protocol/cpp/src/polo/util/
certificateutil.cc 81 RSA* rsa = RSA_generate_key(1025, RSA_F4, NULL, NULL);
  /external/google-tv-pairing-protocol/cpp/tests/polo/util/
certificateutiltest.cc 148 RSA* rsa = RSA_generate_key(1025, RSA_F4, NULL, NULL);
  /system/extras/verity/
generate_verity_key.c 187 BN_set_word(exponent, RSA_F4);
  /external/boringssl/src/include/openssl/
rsa.h 94 * |bits| and the public exponent is |e|. If unsure, |RSA_F4| is a good value
427 #define RSA_F4 0x10001
  /system/connectivity/shill/shims/
crypto_util.cc 187 !BN_set_word(rsa->e, RSA_F4) ||
  /system/core/adb/
adb_auth_host.cpp 227 BN_set_word(exponent, RSA_F4);
  /external/boringssl/src/crypto/rsa/
rsa_test.cc     [all...]
  /external/boringssl/src/crypto/evp/
p_rsa.c 487 if (!rctx->pub_exp || !BN_set_word(rctx->pub_exp, RSA_F4)) {
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 399 .public_exponent = RSA_F4,
431 ASSERT_EQ(static_cast<unsigned long>(RSA_F4), BN_get_word(rsa.get()->e))
432 << "Exponent should be RSA_F4";
    [all...]
  /system/tpm/trunks/
trunks_client_test.cc     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 134 milliseconds