Home
last modified time | relevance | path

Searched defs:op (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtst_perf.h45 #define TST_PERF_END(perfData, op) TST_PerfStatsCycleEnd(perfData, op) argument
56 #define TST_PERF_END(perfData, op) argument
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/cpak_generator/
Dcpak_generator.c129 psa_key_derivation_operation_t op = PSA_KEY_DERIVATION_OPERATION_INIT; in derive_key() local
/trusted-firmware-m-3.4.0/secure_fw/partitions/protected_storage/crypto/
Dps_crypto_interface.c60 psa_key_derivation_operation_t op = PSA_KEY_DERIVATION_OPERATION_INIT; in ps_crypto_setkey() local
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/
Dcrypto_keys.c192 psa_key_derivation_operation_t op = PSA_KEY_DERIVATION_OPERATION_INIT; in tfm_plat_get_iak() local
/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_iap_kbp.h137 kb_operation_t op; member
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Drsa_alt.c155 static int error_mapping_cc_to_mbedtls_rsa (CCError_t cc_error, CC_RSA_OP op) in error_mapping_cc_to_mbedtls_rsa()