| H A D | psa_crypto.c | 7025 * 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...] |