Home
last modified time | relevance | path

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

/hardware/qcom/keymaster/
Dkeymaster_qcom.h59 uint8_t public_exponent[KM_KEY_SIZE_MAX]; member
Dkeymaster_qcom.cpp151 rsa->e = BN_bin2bn(reinterpret_cast<const unsigned char*>(&keyblob_ptr->public_exponent), in qcom_km_get_keypair_public()
350 send_cmd->rsa_params.public_exponent = rsa_params->public_exponent; in qcom_km_generate_keypair()
/hardware/libhardware/include/hardware/
Dkeymaster.h109 uint64_t public_exponent; member
/hardware/samsung_slsi/exynos5/libkeymaster/
Dkeymaster_mobicore.cpp124 rsa_params->modulus_size, (uint32_t)rsa_params->public_exponent, in exynos_km_generate_keypair()
/hardware/libhardware/tests/keymaster/
Dkeymaster_test.cpp399 public_exponent: RSA_F4, in TEST_P()