Searched refs:psa_algorithm_t (Results 1 – 14 of 14) sorted by relevance
/interface/include/psa/ |
A D | crypto_values.h | 781 #define PSA_ALG_VENDOR_FLAG ((psa_algorithm_t) 0x80000000) 783 #define PSA_ALG_CATEGORY_MASK ((psa_algorithm_t) 0x7f000000) 784 #define PSA_ALG_CATEGORY_HASH ((psa_algorithm_t) 0x02000000) 785 #define PSA_ALG_CATEGORY_MAC ((psa_algorithm_t) 0x03000000) 786 #define PSA_ALG_CATEGORY_CIPHER ((psa_algorithm_t) 0x04000000) 787 #define PSA_ALG_CATEGORY_AEAD ((psa_algorithm_t) 0x05000000) 788 #define PSA_ALG_CATEGORY_SIGN ((psa_algorithm_t) 0x06000000) 789 #define PSA_ALG_CATEGORY_ASYMMETRIC_ENCRYPTION ((psa_algorithm_t) 0x07000000) 911 #define PSA_ALG_NONE ((psa_algorithm_t)0) 1422 #define PSA_ALG_RSA_PSS_BASE ((psa_algorithm_t) 0x06000300) [all …]
|
A D | crypto.h | 303 static psa_algorithm_t psa_get_key_algorithm( 875 psa_status_t psa_hash_compute(psa_algorithm_t alg, 910 psa_status_t psa_hash_compare(psa_algorithm_t alg, 1005 psa_algorithm_t alg); 1227 psa_algorithm_t alg, 1268 psa_algorithm_t alg, 2122 psa_algorithm_t alg, 2195 psa_algorithm_t alg, 3007 psa_algorithm_t alg, 3058 psa_algorithm_t alg, [all …]
|
A D | crypto_extra.h | 70 psa_algorithm_t alg2) in psa_set_key_enrollment_algorithm() 611 int psa_can_do_hash(psa_algorithm_t hash_alg); 1058 psa_algorithm_t algorithm; 1062 psa_algorithm_t hash; 1133 psa_algorithm_t MBEDTLS_PRIVATE(alg); 1175 static psa_algorithm_t psa_pake_cs_get_algorithm( 1240 static psa_algorithm_t psa_pake_cs_get_hash( 1260 psa_algorithm_t hash); 1859 static inline psa_algorithm_t psa_pake_cs_get_algorithm( in psa_pake_cs_get_algorithm() 1867 psa_algorithm_t algorithm) in psa_pake_cs_set_algorithm() [all …]
|
A D | crypto_builtin_composites.h | 47 psa_algorithm_t MBEDTLS_PRIVATE(alg); 58 psa_algorithm_t MBEDTLS_PRIVATE(alg); 80 psa_algorithm_t MBEDTLS_PRIVATE(alg); 118 psa_algorithm_t MBEDTLS_PRIVATE(alg); 192 psa_algorithm_t MBEDTLS_PRIVATE(alg);
|
A D | crypto_se_driver.h | 176 psa_algorithm_t algorithm); 263 psa_algorithm_t alg, 292 psa_algorithm_t alg, 382 psa_algorithm_t algorithm, 481 psa_algorithm_t algorithm, 549 psa_algorithm_t alg, 575 psa_algorithm_t alg, 613 psa_algorithm_t alg, 653 psa_algorithm_t alg, 726 psa_algorithm_t algorithm, [all …]
|
A D | crypto_builtin_primitives.h | 53 psa_algorithm_t MBEDTLS_PRIVATE(alg); 103 psa_algorithm_t MBEDTLS_PRIVATE(alg);
|
A D | crypto_struct.h | 171 psa_algorithm_t MBEDTLS_PRIVATE(alg); 206 psa_algorithm_t MBEDTLS_PRIVATE(alg); 270 psa_algorithm_t MBEDTLS_PRIVATE(alg); 271 psa_algorithm_t MBEDTLS_PRIVATE(alg2); 408 psa_algorithm_t alg) in psa_set_key_algorithm() 413 static inline psa_algorithm_t psa_get_key_algorithm( in psa_get_key_algorithm()
|
A D | crypto_types.h | 134 typedef uint32_t psa_algorithm_t; typedef
|
/interface/include/mbedtls/ |
A D | psa_util.h | 121 static inline psa_algorithm_t mbedtls_md_psa_alg_from_type(mbedtls_md_type_t md_type) in mbedtls_md_psa_alg_from_type() 123 return PSA_ALG_CATEGORY_HASH | (psa_algorithm_t) md_type; in mbedtls_md_psa_alg_from_type() 138 static inline mbedtls_md_type_t mbedtls_md_type_from_psa_alg(psa_algorithm_t psa_alg) in mbedtls_md_type_from_psa_alg()
|
A D | ssl_cookie.h | 47 …psa_algorithm_t MBEDTLS_PRIVATE(psa_hmac_alg); /*!< key algorithm for the HMAC portion …
|
A D | ssl_ticket.h | 61 psa_algorithm_t MBEDTLS_PRIVATE(alg); /*!< algorithm of auth enc/decryption */
|
A D | pk.h | 486 int mbedtls_pk_can_do_ext(const mbedtls_pk_context *ctx, psa_algorithm_t alg,
|
/interface/src/ |
A D | tfm_crypto_api.c | 67 TFM_CRYPTO_API(int, psa_can_do_hash)(psa_algorithm_t hash_alg) in TFM_CRYPTO_API() 427 psa_algorithm_t alg) in TFM_CRYPTO_API() 550 TFM_CRYPTO_API(psa_status_t, psa_hash_compute)(psa_algorithm_t alg, in TFM_CRYPTO_API() 579 TFM_CRYPTO_API(psa_status_t, psa_hash_compare)(psa_algorithm_t alg, in TFM_CRYPTO_API() 722 psa_algorithm_t alg, in TFM_CRYPTO_API() 783 psa_algorithm_t alg, in TFM_CRYPTO_API() 1138 psa_algorithm_t alg, in TFM_CRYPTO_API() 1189 psa_algorithm_t alg, in TFM_CRYPTO_API() 1219 psa_algorithm_t alg, in TFM_CRYPTO_API() 1472 psa_algorithm_t alg, in TFM_CRYPTO_API() [all …]
|
/interface/include/ |
A D | tfm_crypto_defs.h | 45 psa_algorithm_t alg; /*!< Algorithm */
|
Completed in 91 milliseconds