Searched refs:tls12_prf (Results 1 – 2 of 2) sorted by relevance
5559 if (operation->ctx.tls12_prf.secret != NULL) {5560 mbedtls_zeroize_and_free(operation->ctx.tls12_prf.secret,5561 operation->ctx.tls12_prf.secret_length);5564 if (operation->ctx.tls12_prf.seed != NULL) {5565 mbedtls_zeroize_and_free(operation->ctx.tls12_prf.seed,5566 operation->ctx.tls12_prf.seed_length);5569 if (operation->ctx.tls12_prf.label != NULL) {5570 mbedtls_zeroize_and_free(operation->ctx.tls12_prf.label,5571 operation->ctx.tls12_prf.label_length);5574 if (operation->ctx.tls12_prf.other_secret != NULL) {[all …]
41 psa_tls12_prf_key_derivation_t MBEDTLS_PRIVATE(tls12_prf);