Searched refs:find_attr (Results 1 – 2 of 2) sorted by relevance
131 find_attr(const struct shdr_subkey *subkey, uint32_t id) in find_attr() function151 pub_exp = find_attr(subkey, TEE_ATTR_RSA_PUBLIC_EXPONENT); in load_rsa_key()154 modulus = find_attr(subkey, TEE_ATTR_RSA_MODULUS); in load_rsa_key()
549 def find_attr(attr): function561 n_bytes = find_attr(TEE_ATTR_RSA_MODULUS)562 e_bytes = find_attr(TEE_ATTR_RSA_PUBLIC_EXPONENT)