Home
last modified time | relevance | path

Searched defs:p_hash_ctx (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dec_edw.c348 mbedtls_md_context_t *p_hash_ctx = NULL; in EcEdwSign() local
691 mbedtls_md_context_t *p_hash_ctx = (mbedtls_md_context_t*)(pResPoint + 2*edwSizeWords);; in EcEdwSignVerify() local
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/kdf/
Dcc_kdf.c62 mbedtls_md_context_t *p_hash_ctx, in KdfHashUnalignUpdate()