Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Dsigned_hdr.c116 find_attr(const struct shdr_subkey *subkey, uint32_t id) in find_attr() function
136 pub_exp = find_attr(subkey, TEE_ATTR_RSA_PUBLIC_EXPONENT); in load_rsa_key()
139 modulus = find_attr(subkey, TEE_ATTR_RSA_MODULUS); in load_rsa_key()
/optee_os-3.20.0/scripts/
A Dsign_encrypt.py546 def find_attr(attr): function
558 n_bytes = find_attr(TEE_ATTR_RSA_MODULUS)
559 e_bytes = find_attr(TEE_ATTR_RSA_PUBLIC_EXPONENT)

Completed in 4 milliseconds