Home
last modified time | relevance | path

Searched refs:RSA_DEFAULT_PUBLIC_EXPONENT (Results 1 – 7 of 7) sorted by relevance

/external/tpm2/
DRSAKeySieve.c428 if(p == RSA_DEFAULT_PUBLIC_EXPONENT || p == 1 || p == 3 ) in IsPrimeWord()
815 if(e == 0 || e == RSA_DEFAULT_PUBLIC_EXPONENT) in _cpri__GenerateKeyRSA()
816 e = RSA_DEFAULT_PUBLIC_EXPONENT; in _cpri__GenerateKeyRSA()
DCpriRSA.c265 e = RSA_DEFAULT_PUBLIC_EXPONENT; in RSAEP()
1234 e = RSA_DEFAULT_PUBLIC_EXPONENT; in _cpri__GenerateKeyRSA()
DCryptUtil.c784 key->exponent = RSA_DEFAULT_PUBLIC_EXPONENT; in BuildRSA()
823 e = RSA_DEFAULT_PUBLIC_EXPONENT; in CryptTestKeyRSA()
867 if(exponent != 0 && exponent != RSA_DEFAULT_PUBLIC_EXPONENT) in CryptGenerateKeyRSA()
869 exponent = RSA_DEFAULT_PUBLIC_EXPONENT; in CryptGenerateKeyRSA()
DImplementation.h284 #define RSA_DEFAULT_PUBLIC_EXPONENT 0x00010001 macro
Dpart4.txt20281 578 key->exponent = RSA_DEFAULT_PUBLIC_EXPONENT;
20323 602 e = RSA_DEFAULT_PUBLIC_EXPONENT;
20374 634 if(exponent != 0 && exponent != RSA_DEFAULT_PUBLIC_EXPONENT)
20376 636 exponent = RSA_DEFAULT_PUBLIC_EXPONENT;
24474 242 #define RSA_DEFAULT_PUBLIC_EXPONENT 0x00010001
29138 237 e = RSA_DEFAULT_PUBLIC_EXPONENT;
30294 1097 e = RSA_DEFAULT_PUBLIC_EXPONENT;
31112 332 if(p == RSA_DEFAULT_PUBLIC_EXPONENT || p == 1 || p == 3 )
31554 684 if(e == 0 || e == RSA_DEFAULT_PUBLIC_EXPONENT)
31555 685 e = RSA_DEFAULT_PUBLIC_EXPONENT;
/external/tpm2/generator/
Draw_structures.txt17765 RSA_DEFAULT_PUBLIC_EXPONENT
Draw_structures_fixed.txt17730 RSA_DEFAULT_PUBLIC_EXPONENT