Home
last modified time | relevance | path

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

/system/core/libcrypto_utils/
Dandroid_pubkey.c27 #error RSA modulus size must be multiple of the word size!
46 uint8_t modulus[ANDROID_PUBKEY_MODULUS_SIZE]; member
82 memcpy(modulus_buffer, key_struct->modulus, sizeof(modulus_buffer)); in android_pubkey_decode()
147 if (!android_pubkey_encode_bignum(key->n, key_struct->modulus)) { in android_pubkey_encode()