Home
last modified time | relevance | path

Searched refs:inputs (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_pake.c156 const psa_crypto_driver_pake_inputs_t *inputs) in mbedtls_psa_pake_setup() argument
164 status = psa_crypto_driver_pake_get_password_len(inputs, &password_len); in mbedtls_psa_pake_setup()
169 status = psa_crypto_driver_pake_get_user_len(inputs, &user_len); in mbedtls_psa_pake_setup()
174 status = psa_crypto_driver_pake_get_peer_len(inputs, &peer_len); in mbedtls_psa_pake_setup()
179 status = psa_crypto_driver_pake_get_cipher_suite(inputs, &cipher_suite); in mbedtls_psa_pake_setup()
202 status = psa_crypto_driver_pake_get_password(inputs, operation->password, in mbedtls_psa_pake_setup()
208 status = psa_crypto_driver_pake_get_user(inputs, user, in mbedtls_psa_pake_setup()
214 status = psa_crypto_driver_pake_get_peer(inputs, peer, in mbedtls_psa_pake_setup()
267 (void) inputs; in mbedtls_psa_pake_setup()
H A Dpsa_crypto.c7025 * two inputs: SECRET (this case) and INFO which does not modify in psa_hkdf_input()
7520 * Secret inputs must have the type #PSA_KEY_TYPE_DERIVE. in psa_key_derivation_check_input_type()
7521 * Non-secret inputs must have the type #PSA_KEY_TYPE_RAW_DATA. in psa_key_derivation_check_input_type()
7522 * Both secret and non-secret inputs can alternatively have the type in psa_key_derivation_check_input_type()
8602 const psa_crypto_driver_pake_inputs_t *inputs, in psa_crypto_driver_pake_get_password()
8605 if (inputs->password_len == 0) { in psa_crypto_driver_pake_get_password()
8609 *password_len = inputs->password_len; in psa_crypto_driver_pake_get_password()
8615 const psa_crypto_driver_pake_inputs_t *inputs, in psa_crypto_driver_pake_get_user_len()
8618 if (inputs->password_len == 0) { in psa_crypto_driver_pake_get_user_len()
8622 if (buffer_size < inputs in psa_crypto_driver_pake_get_user_len()
8582 psa_crypto_driver_pake_get_password_len(const psa_crypto_driver_pake_inputs_t * inputs,size_t * password_len) psa_crypto_driver_pake_get_password_len() argument
8595 psa_crypto_driver_pake_get_password(const psa_crypto_driver_pake_inputs_t * inputs,uint8_t * buffer,size_t buffer_size,size_t * buffer_length) psa_crypto_driver_pake_get_password() argument
8613 psa_crypto_driver_pake_get_user_len(const psa_crypto_driver_pake_inputs_t * inputs,size_t * user_len) psa_crypto_driver_pake_get_user_len() argument
8626 psa_crypto_driver_pake_get_user(const psa_crypto_driver_pake_inputs_t * inputs,uint8_t * user_id,size_t user_id_size,size_t * user_id_len) psa_crypto_driver_pake_get_user() argument
8644 psa_crypto_driver_pake_get_peer_len(const psa_crypto_driver_pake_inputs_t * inputs,size_t * peer_len) psa_crypto_driver_pake_get_peer_len() argument
8657 psa_crypto_driver_pake_get_peer(const psa_crypto_driver_pake_inputs_t * inputs,uint8_t * peer_id,size_t peer_id_size,size_t * peer_id_length) psa_crypto_driver_pake_get_peer() argument
8675 psa_crypto_driver_pake_get_cipher_suite(const psa_crypto_driver_pake_inputs_t * inputs,psa_pake_cipher_suite_t * cipher_suite) psa_crypto_driver_pake_get_cipher_suite() argument
8937 psa_crypto_driver_pake_inputs_t inputs = operation->data.inputs; psa_pake_complete_inputs() local
[all...]
H A Dpsa_crypto_pake.h38 const psa_crypto_driver_pake_inputs_t *inputs);
H A Dpsa_crypto_driver_wrappers.h2741 const psa_crypto_driver_pake_inputs_t *inputs ) in psa_driver_wrapper_pake_setup() argument
2746 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime( &inputs->attributes ) ); in psa_driver_wrapper_pake_setup()
2758 inputs ); in psa_driver_wrapper_pake_setup()
2768 inputs ); in psa_driver_wrapper_pake_setup()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_extra.h1135 /* The number of completed inputs so far this round */
1136 uint8_t MBEDTLS_PRIVATE(inputs);
1163 /* Stage of the PAKE operation: waiting for the setup, collecting inputs
1175 struct psa_crypto_driver_pake_inputs_s MBEDTLS_PRIVATE(inputs);
1335 /** Get the length of the password in bytes from given inputs.
1337 * \param[in] inputs Operation inputs.
1346 const psa_crypto_driver_pake_inputs_t *inputs,
1349 /** Get the password from given inputs.
1351 * \param[in] inputs Operatio
[all...]
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog43 documented, and inconsistent as all other inputs resulted in a non-negative
138 * Fix mbedtls_base64_decode() on inputs that did not have the correct
141 rejected. Furthermore, before, on inputs with too few equal signs, the
580 The PSA core now protects against modification of inputs or exposure
660 * Fully support arbitrary overlap between inputs and outputs of PSA
1843 better describe the inputs to these functions and their possible values.
2164 mbedtls_cipher_update()) no longer requires the size of partial inputs to
2264 about missing inputs.
2276 * Disallow inputs of length different from the corresponding hash when
2999 * Key derivation inputs i
[all...]