Searched defs:hpr (Results 1 – 3 of 3) sorted by relevance
14 int ossl_quic_hdr_protector_init(QUIC_HDR_PROTECTOR *hpr, in ossl_quic_hdr_protector_init()67 void ossl_quic_hdr_protector_cleanup(QUIC_HDR_PROTECTOR *hpr) in ossl_quic_hdr_protector_cleanup()76 static int hdr_generate_mask(QUIC_HDR_PROTECTOR *hpr, in hdr_generate_mask()126 int ossl_quic_hdr_protector_decrypt(QUIC_HDR_PROTECTOR *hpr, in ossl_quic_hdr_protector_decrypt()136 int ossl_quic_hdr_protector_decrypt_fields(QUIC_HDR_PROTECTOR *hpr, in ossl_quic_hdr_protector_decrypt_fields()156 int ossl_quic_hdr_protector_encrypt(QUIC_HDR_PROTECTOR *hpr, in ossl_quic_hdr_protector_encrypt()166 int ossl_quic_hdr_protector_encrypt_fields(QUIC_HDR_PROTECTOR *hpr, in ossl_quic_hdr_protector_encrypt_fields()
43 QUIC_HDR_PROTECTOR hpr; member
2761 QUIC_HDR_PROTECTOR hpr = {0}; in test_wire_pkt_hdr_actual() local
Completed in 17 milliseconds