Home
last modified time | relevance | path

Searched refs:primitive (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_extra.h1004 #define PSA_PAKE_OUTPUT_SIZE(alg, primitive, output_step) \ argument
1006 primitive == PSA_PAKE_PRIMITIVE(PSA_PAKE_PRIMITIVE_TYPE_ECC, \
1034 #define PSA_PAKE_INPUT_SIZE(alg, primitive, input_step) \ argument
1036 primitive == PSA_PAKE_PRIMITIVE(PSA_PAKE_PRIMITIVE_TYPE_ECC, \
1162 psa_pake_primitive_t MBEDTLS_PRIVATE(primitive);
1245 psa_pake_primitive_t primitive);
1926 psa_pake_primitive_t primitive) in psa_pake_cs_set_primitive() argument
1928 cipher_suite->type = (psa_pake_primitive_type_t) (primitive >> 24); in psa_pake_cs_set_primitive()
1929 cipher_suite->family = (psa_pake_family_t) (0xFF & (primitive >> 16)); in psa_pake_cs_set_primitive()
1930 cipher_suite->bits = (uint16_t) (0xFFFF & primitive); in psa_pake_cs_set_primitive()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto.c8731 operation->primitive = PSA_PAKE_PRIMITIVE(cipher_suite->type, in psa_pake_setup()
9157 operation->primitive, in psa_pake_input()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog490 accelerates the key type (that is, the block cipher primitive). See
1261 Only the ECC primitive with secp256r1 curve and SHA-256 hash algorithm
3374 primitive. Fixes #1798.
3845 ECDH primitive functions (mbedtls_ecdh_gen_public(),
4156 If a call to one of the functions of the cryptographic primitive modules