Searched refs:bin_key (Results 1 – 1 of 1) sorted by relevance
2086 uint8_t bin_key[256 / 8] = { 0 }; in check_pub_rsa_key() local2095 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()