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.h977 #define PSA_PAKE_OUTPUT_SIZE(alg, primitive, output_step) \ argument
979 primitive == PSA_PAKE_PRIMITIVE(PSA_PAKE_PRIMITIVE_TYPE_ECC, \
1007 #define PSA_PAKE_INPUT_SIZE(alg, primitive, input_step) \ argument
1009 primitive == PSA_PAKE_PRIMITIVE(PSA_PAKE_PRIMITIVE_TYPE_ECC, \
1135 psa_pake_primitive_t MBEDTLS_PRIVATE(primitive);
1212 psa_pake_primitive_t primitive);
1885 psa_pake_primitive_t primitive) in psa_pake_cs_set_primitive() argument
1887 cipher_suite->type = (psa_pake_primitive_type_t) (primitive >> 24); in psa_pake_cs_set_primitive()
1888 cipher_suite->family = (psa_pake_family_t) (0xFF & (primitive >> 16)); in psa_pake_cs_set_primitive()
1889 cipher_suite->bits = (uint16_t) (0xFFFF & primitive); in psa_pake_cs_set_primitive()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto.c8711 operation->primitive = PSA_PAKE_PRIMITIVE(cipher_suite->type, in psa_pake_setup()
9137 operation->primitive, in psa_pake_input()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog447 accelerates the key type (that is, the block cipher primitive). See
1218 Only the ECC primitive with secp256r1 curve and SHA-256 hash algorithm
3331 primitive. Fixes #1798.
3802 ECDH primitive functions (mbedtls_ecdh_gen_public(),
4113 If a call to one of the functions of the cryptographic primitive modules