Searched refs:modulus (Results 1 – 4 of 4) sorted by relevance
27 #error RSA modulus size must be multiple of the word size!46 uint8_t modulus[ANDROID_PUBKEY_MODULUS_SIZE]; member74 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()
42 @NonNull KeyStoreSecurityLevel securityLevel, @NonNull BigInteger modulus) { in AndroidKeyStoreRSAPrivateKey() argument44 mModulus = modulus; in AndroidKeyStoreRSAPrivateKey()
40 @NonNull KeyStoreSecurityLevel securityLevel, @NonNull BigInteger modulus, in AndroidKeyStoreRSAPublicKey() argument44 mModulus = modulus; in AndroidKeyStoreRSAPublicKey()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...