Home
last modified time | relevance | path

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

/system/core/libcrypto_utils/
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()