Home
last modified time | relevance | path

Searched refs:role (Results 1 – 9 of 9) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_pake.c135 operation->role, in psa_pake_ecjpake_setup()
242 operation->role = MBEDTLS_ECJPAKE_CLIENT; in mbedtls_psa_pake_setup()
246 operation->role = MBEDTLS_ECJPAKE_SERVER; in mbedtls_psa_pake_setup()
348 operation->role == MBEDTLS_ECJPAKE_SERVER) { in mbedtls_psa_pake_output_internal()
439 operation->role == MBEDTLS_ECJPAKE_CLIENT) { in mbedtls_psa_pake_input_internal()
556 operation->role = MBEDTLS_ECJPAKE_NONE; in mbedtls_psa_pake_abort()
H A Decjpake.c33 #define ID_MINE (ecjpake_id[ctx->role])
34 #define ID_PEER (ecjpake_id[1 - ctx->role])
94 mbedtls_ecjpake_role role, in mbedtls_ecjpake_setup() argument
102 if (role != MBEDTLS_ECJPAKE_CLIENT && role != MBEDTLS_ECJPAKE_SERVER) { in mbedtls_ecjpake_setup()
106 ctx->role = role; in mbedtls_ecjpake_setup()
594 if (ctx->role == MBEDTLS_ECJPAKE_CLIENT) { in mbedtls_ecjpake_read_round_two()
690 if (ctx->role == MBEDTLS_ECJPAKE_SERVER) { in mbedtls_ecjpake_write_round_two()
H A Dssl_tls.c2083 mbedtls_ecjpake_role role; in mbedtls_ssl_set_hs_ecjpake_password() local
2095 role = MBEDTLS_ECJPAKE_SERVER; in mbedtls_ssl_set_hs_ecjpake_password()
2097 role = MBEDTLS_ECJPAKE_CLIENT; in mbedtls_ssl_set_hs_ecjpake_password()
2101 role, in mbedtls_ssl_set_hs_ecjpake_password()
H A Dpsa_crypto.c8874 psa_pake_role_t role) in psa_pake_set_role() argument
8886 if (role == PSA_PAKE_ROLE_NONE) { in psa_pake_set_role()
8893 (void) role; in psa_pake_set_role()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decjpake.h63 mbedtls_ecjpake_role MBEDTLS_PRIVATE(role); /**< Are we client or server? */
112 mbedtls_ecjpake_role role,
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_builtin_composites.h197 mbedtls_ecjpake_role MBEDTLS_PRIVATE(role);
H A Dcrypto_extra.h1653 psa_pake_role_t role);
/optee_os/core/arch/arm/dts/
H A Dstm32mp15xx-dkx.dtsi270 power-role = "dual";
705 usb-role-switch;
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1135 instead of role in PAKE PSA Crypto API as described in the specification.