Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/drivers/auth/
A Dauth_mod.c152 void *data_ptr, *pk_ptr, *pk_hash_ptr, *sig_ptr, *sig_alg_ptr; in auth_signature() local
177 &pk_ptr, &pk_len); in auth_signature()
179 rc = plat_get_rotpk_info(param->pk->cookie, &pk_ptr, &pk_len, in auth_signature()
187 pk_hash_ptr = pk_ptr; in auth_signature()
191 &pk_ptr, &pk_len); in auth_signature()
198 pk_ptr, pk_len); in auth_signature()
206 rc = crypto_mod_verify_hash(pk_ptr, pk_len, in auth_signature()
214 pk_ptr, pk_len); in auth_signature()
A Dcrypto_mod.c70 void *pk_ptr, unsigned int pk_len) in crypto_mod_verify_signature() argument
78 assert(pk_ptr != NULL); in crypto_mod_verify_signature()
84 pk_ptr, pk_len); in crypto_mod_verify_signature()
/tf-a-ffa_el3_spmc/drivers/nxp/crypto/caam/src/auth/
A Dnxp_crypto.c44 void *pk_ptr, unsigned int pk_len) in verify_signature() argument
54 pk_ptr, pk_len); in verify_signature()
A Drsa.c152 void *pk_ptr, unsigned int pk_len) in rsa_verify_signature() argument
166 ret = rsa_public_verif_sec(sig_ptr, encoded_hash, pk_ptr, pk_len / 2); in rsa_verify_signature()
/tf-a-ffa_el3_spmc/include/drivers/auth/
A Dcrypto_mod.h44 void *pk_ptr, unsigned int pk_len);
72 void *pk_ptr, unsigned int pk_len);
/tf-a-ffa_el3_spmc/include/drivers/nxp/crypto/caam/
A Drsa.h38 void *pk_ptr, unsigned int pk_len);
/tf-a-ffa_el3_spmc/drivers/auth/cryptocell/713/
A Dcryptocell_crypto.c77 void *pk_ptr, unsigned int pk_len) in verify_signature() argument
128 p = pk_ptr; in verify_signature()
/tf-a-ffa_el3_spmc/drivers/auth/cryptocell/712/
A Dcryptocell_crypto.c93 void *pk_ptr, unsigned int pk_len) in verify_signature() argument
141 p = pk_ptr; in verify_signature()
/tf-a-ffa_el3_spmc/drivers/auth/mbedtls/
A Dmbedtls_crypto.c62 void *pk_ptr, unsigned int pk_len) in verify_signature() argument
91 p = (unsigned char *)pk_ptr; in verify_signature()
/tf-a-ffa_el3_spmc/docs/design/
A Dauth-framework.rst238 void *pk_ptr, unsigned int pk_len);
947 void *pk_ptr, unsigned int pk_len);

Completed in 23 milliseconds