Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Dsigned_hdr.c131 find_attr(const struct shdr_subkey *subkey, uint32_t id) in find_attr() function
151 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()
/optee_os/scripts/
H A Dsign_encrypt.py549 def find_attr(attr): function
561 n_bytes = find_attr(TEE_ATTR_RSA_MODULUS)
562 e_bytes = find_attr(TEE_ATTR_RSA_PUBLIC_EXPONENT)