Searched refs:RK_RSA_BER_KEY_MAX (Results 1 – 4 of 4) sorted by relevance
60 #define RK_RSA_BER_KEY_MAX 8192 /* The key encoded by ber does not exceed 8K Byte */ macro
58 #define RK_RSA_BER_KEY_MAX 8192 /* The key encoded by ber does not exceed 8K Byte */ macro
934 uint16_t asn1_key_len = RK_RSA_BER_KEY_MAX, key_bits; in rk_rsa_crypt_common()
644 if (rop->key_len > RK_RSA_BER_KEY_MAX) in crypto_rsa_run()