Searched refs:pbkdf2 (Results 1 – 2 of 2) sorted by relevance
5594 if (operation->ctx.pbkdf2.salt != NULL) {5595 mbedtls_zeroize_and_free(operation->ctx.pbkdf2.salt,5596 operation->ctx.pbkdf2.salt_length);5930 psa_pbkdf2_key_derivation_t *pbkdf2, argument5939 uint8_t *U_accumulator = pbkdf2->output_block;5945 MBEDTLS_PUT_UINT32_BE(pbkdf2->block_number, block_counter, 0);5949 pbkdf2->password,5950 pbkdf2->password_length,5955 status = psa_mac_update(&mac_operation, pbkdf2->salt, pbkdf2->salt_length);5976 for (i = 1; i < pbkdf2->input_cost; i++) {[all …]
47 psa_pbkdf2_key_derivation_t MBEDTLS_PRIVATE(pbkdf2);