Home
last modified time | relevance | path

Searched defs:pubExp (Results 1 – 4 of 4) sorted by relevance

/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
DKMTag.java82 short pubExp = KMKeyParameters.findTag(KMType.ULONG_TAG, KMType.RSA_PUBLIC_EXPONENT, params); in isValidPublicExponent() local
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
DKMTag.java82 short pubExp = KMKeyParameters.findTag(KMType.ULONG_TAG, KMType.RSA_PUBLIC_EXPONENT, params); in isValidPublicExponent() local
/external/scapy/scapy/layers/tls/
Dcert.py258 def fill_and_store(self, modulus=None, modulusLen=None, pubExp=None): argument
448 def fill_and_store(self, modulus=None, modulusLen=None, pubExp=None, argument
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRsa.c175 bigNum pubExp, // IN: the public exponent in ComputePrivateExponent()