Home
last modified time | relevance | path

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

/aosp_15_r20/external/scapy/scapy/layers/tls/
H A 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
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
H A DKMTag.java65 short pubExp = KMKeyParameters.findTag(KMType.ULONG_TAG, KMType.RSA_PUBLIC_EXPONENT, params); in isValidPublicExponent() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
H A DKMTag.java65 short pubExp = KMKeyParameters.findTag(KMType.ULONG_TAG, KMType.RSA_PUBLIC_EXPONENT, params); in isValidPublicExponent() local
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
H A DCryptRsa.c175 bigNum pubExp, // IN: the public exponent in ComputePrivateExponent()