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

  /external/tpm2/
RSAKeySieve.c 428 if(p == RSA_DEFAULT_PUBLIC_EXPONENT || p == 1 || p == 3 )
815 if(e == 0 || e == RSA_DEFAULT_PUBLIC_EXPONENT)
816 e = RSA_DEFAULT_PUBLIC_EXPONENT;
CpriRSA.c 270 e = RSA_DEFAULT_PUBLIC_EXPONENT;
    [all...]
CryptUtil.c 790 key->exponent = RSA_DEFAULT_PUBLIC_EXPONENT;
830 e = RSA_DEFAULT_PUBLIC_EXPONENT;
874 if(exponent != 0 && exponent != RSA_DEFAULT_PUBLIC_EXPONENT)
    [all...]
Implementation.h 296 #define RSA_DEFAULT_PUBLIC_EXPONENT 0x00010001
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 128 #define RSA_DEFAULT_PUBLIC_EXPONENT 0x00010001
    [all...]
  /system/tpm/trunks/
tpm_generated.h 347 #if !defined(RSA_DEFAULT_PUBLIC_EXPONENT)
348 #define RSA_DEFAULT_PUBLIC_EXPONENT 0x00010001
    [all...]

Completed in 599 milliseconds