/optee_os-3.20.0/core/drivers/crypto/caam/hash/ |
A D | caam_hash_mac.c | 67 const struct hashalg *alg, in do_reduce_key() 130 const struct hashalg *alg = hmac_ctx->alg; in do_hmac_init() local 292 const struct hashalg *alg = NULL; in caam_hmac_allocate() local
|
A D | caam_hash.c | 249 const struct hashalg *alg = NULL; in caam_hash_allocate() local 396 const struct hashalg *alg = ctx->alg; in do_update_hash() local 472 const struct hashalg *alg = NULL; in caam_hash_hmac_update() local 576 const struct hashalg *alg = NULL; in caam_hash_hmac_final() local
|
A D | local.h | 19 const struct hashalg *alg; /* Reference to the algo constants */ member
|
/optee_os-3.20.0/core/drivers/tpm2/ |
A D | tpm2_tcg.c | 28 static TEE_Result tpm2_tcg_pcr_extend(uint8_t pcr_idx, uint16_t alg, in tpm2_tcg_pcr_extend()
|
A D | tpm2_chip.c | 44 bool tpm2_chip_is_active_bank(uint16_t alg) in tpm2_chip_is_active_bank() 133 uint16_t alg = get_be16(&tmp->hash); in tpm2_get_bank_info() local
|
A D | tpm2_cmd.c | 205 enum tpm2_result tpm2_pcr_read(uint8_t pcr_idx, uint16_t alg, void *digest, in tpm2_pcr_read() 356 enum tpm2_result tpm2_pcr_extend(uint8_t pcr_idx, uint16_t alg, void *digest, in tpm2_pcr_extend()
|
/optee_os-3.20.0/core/kernel/ |
A D | tcg.c | 37 uint32_t alg = digest_list->digests[i].hash_alg; in tcg_pcr_extend() local 266 uint16_t alg = 0; in tcg_parse_event() local
|
/optee_os-3.20.0/core/drivers/ |
A D | hi16xx_rng.c | 42 vaddr_t alg = (vaddr_t)phys_to_virt(ALG_SC_BASE, MEM_AREA_IO_SEC, in hi16xx_rng_init() local
|
/optee_os-3.20.0/core/drivers/crypto/caam/cipher/ |
A D | caam_cipher.c | 288 const struct cipheralg *alg = NULL; in do_allocate() local 426 const struct cipheralg *alg = NULL; in caam_cipher_initialize() local
|
A D | local.h | 56 const struct cipheralg *alg; /* Reference to the algo constants */ member
|
A D | caam_cipher_mac.c | 749 const struct cipheralg *alg = NULL; in caam_cmac_allocate() local
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | asn1parse.c | 381 mbedtls_asn1_buf *alg, mbedtls_asn1_buf *params ) in mbedtls_asn1_get_alg() 425 mbedtls_asn1_buf *alg ) in mbedtls_asn1_get_alg_null()
|
A D | x509.c | 110 mbedtls_x509_buf *alg ) in mbedtls_x509_get_alg_null() 124 mbedtls_x509_buf *alg, mbedtls_x509_buf *params ) in mbedtls_x509_get_alg() 144 static int x509_get_hash_alg( const mbedtls_x509_buf *alg, mbedtls_md_type_t *md_alg ) in x509_get_hash_alg()
|
A D | cipher.c | 256 psa_algorithm_t alg; in mbedtls_cipher_setup_psa() local
|
A D | ssl_tls.c | 560 psa_algorithm_t alg, in setup_psa_key_derivation() 619 psa_algorithm_t alg; in tls_prf_generic() local 1659 psa_algorithm_t alg; in ssl_compute_master() local
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | cipher_internal.h | 139 psa_algorithm_t alg; member
|
/optee_os-3.20.0/core/include/ |
A D | tpm2.h | 227 static inline uint32_t tpm2_get_alg_len(uint16_t alg) in tpm2_get_alg_len() 250 static inline uint32_t tpm2_alg_to_tcg_mask(uint16_t alg) in tpm2_alg_to_tcg_mask()
|
/optee_os-3.20.0/core/include/drivers/imx/ |
A D | dcp.h | 79 enum dcp_hash_config alg; member
|
/optee_os-3.20.0/core/tee/ |
A D | fs_htree.c | 444 const uint32_t alg = TEE_FS_HTREE_AUTH_ENC_ALG; in authenc_init() local
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_operations.c | 1849 TEE_Result TEE_IsAlgorithmSupported(uint32_t alg, uint32_t element) in TEE_IsAlgorithmSupported()
|