Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Dsigned_hdr.c146 const struct shdr_subkey_attr *pub_exp = NULL; in load_rsa_key() local
151 pub_exp = find_attr(subkey, TEE_ATTR_RSA_PUBLIC_EXPONENT); in load_rsa_key()
152 if (!pub_exp) in load_rsa_key()
165 res = crypto_bignum_bin2bn(base + pub_exp->offs, pub_exp->size, key->e); in load_rsa_key()