Home
last modified time | relevance | path

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

/system/core/libcrypto_utils/
Dandroid_pubkey.c113 static bool android_pubkey_encode_bignum(const BIGNUM* num, uint8_t* buffer) { in android_pubkey_encode_bignum() function
147 if (!android_pubkey_encode_bignum(key->n, key_struct->modulus)) { in android_pubkey_encode()
154 !android_pubkey_encode_bignum(rr, key_struct->rr)) { in android_pubkey_encode()