Lines Matching refs:dst_len
6416 size_t dst_len,
6447 status = psa_hash_finish(&hash_operation, dst, dst_len, olen);
6465 size_t dst_len,
6471 if (dst_len < 48) {
6503 size_t dst_len,
6509 if (dst_len < 32) {
6540 size_t dst_len,
6547 return ssl_get_handshake_transcript_sha384(ssl, dst, dst_len, olen);
6552 return ssl_get_handshake_transcript_sha256(ssl, dst, dst_len, olen);
6560 (void) dst_len;