Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_rsa_util.c82 uint8_t *e_ptr; in cc3xx_rsa_psa_pub_to_cc_pub() local
119 e_ptr = *pub_key_buffer_start; in cc3xx_rsa_psa_pub_to_cc_pub()
121 skip_leading_zero(&e_ptr, &e_len); in cc3xx_rsa_psa_pub_to_cc_pub()
125 cc_err = CC_RsaPubKeyBuild(UserPubKey_ptr, e_ptr, e_len, n_ptr, n_len); in cc3xx_rsa_psa_pub_to_cc_pub()
142 uint8_t *e_ptr; in cc3xx_rsa_psa_priv_to_cc_pub() local
187 e_ptr = *priv_key_buffer_start; in cc3xx_rsa_psa_priv_to_cc_pub()
189 skip_leading_zero(&e_ptr, &e_len); in cc3xx_rsa_psa_priv_to_cc_pub()
193 cc_err = CC_RsaPubKeyBuild(UserPubKey_ptr, e_ptr, e_len, n_ptr, n_len); in cc3xx_rsa_psa_priv_to_cc_pub()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd.c231 uint32_t *e_ptr ) /* out - result Entropy size */ in LLF_RND_EntropyEstimate() argument
289 *e_ptr = ac > 3 ? (t / (1UL << 16)) : 0; in LLF_RND_EntropyEstimate()