Home
last modified time | relevance | path

Searched refs:modulus (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/libcrypto_utils/
H A Dandroid_pubkey.cpp27 #error RSA modulus size must be multiple of the word size!
46 uint8_t modulus[ANDROID_PUBKEY_MODULUS_SIZE]; member
74 n = BN_le2bn(key_struct->modulus, ANDROID_PUBKEY_MODULUS_SIZE, NULL); in android_pubkey_decode()
134 if (!BN_bn2le_padded(key_struct->modulus, ANDROID_PUBKEY_MODULUS_SIZE, RSA_get0_n(key))) { in android_pubkey_encode()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreRSAPrivateKey.java42 @NonNull KeyStoreSecurityLevel securityLevel, @NonNull BigInteger modulus) { in AndroidKeyStoreRSAPrivateKey() argument
44 mModulus = modulus; in AndroidKeyStoreRSAPrivateKey()
H A DAndroidKeyStoreRSAPublicKey.java40 @NonNull KeyStoreSecurityLevel securityLevel, @NonNull BigInteger modulus, in AndroidKeyStoreRSAPublicKey() argument
44 mModulus = modulus; in AndroidKeyStoreRSAPublicKey()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...