Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_svc_cryp.c2086 uint8_t bin_key[256 / 8] = { 0 }; in check_pub_rsa_key() local
2095 if (n > sizeof(bin_key) || n < 1) in check_pub_rsa_key()
2098 crypto_bignum_bn2bin(e, bin_key); in check_pub_rsa_key()
2100 if (!(bin_key[n - 1] & 1)) /* key must be odd */ in check_pub_rsa_key()
2113 key |= bin_key[m]; in check_pub_rsa_key()