Searched refs:fixup (Results 1 – 6 of 6) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_srtm.c | 223 SRTM_ITEM *cur = head, **fixup = new_head; in sorted_insert_seq_num() local 228 fixup = &cur->next_by_seq_num; in sorted_insert_seq_num() 232 item->next_by_seq_num = *fixup; in sorted_insert_seq_num() 233 *fixup = item; in sorted_insert_seq_num() 244 SRTM_ITEM *cur = head, **fixup = new_head; in sorted_insert_srt() local 249 fixup = &cur->next_by_srt_blinded; in sorted_insert_srt() 253 item->next_by_srt_blinded = *fixup; in sorted_insert_srt() 254 *fixup = item; in sorted_insert_srt()
|
H A D | quic_ackm.c | 673 OSSL_ACKM_TX_PKT *acked_pkts = NULL, **fixup = &acked_pkts, *pkt, *pprev; in ackm_detect_and_remove_newly_acked_pkts() local 716 *fixup = pkt; in ackm_detect_and_remove_newly_acked_pkts() 717 fixup = &pkt->anext; in ackm_detect_and_remove_newly_acked_pkts() 718 *fixup = NULL; in ackm_detect_and_remove_newly_acked_pkts() 749 OSSL_ACKM_TX_PKT *lost_pkts = NULL, **fixup = &lost_pkts, *pkt, *pnext; in ackm_detect_and_remove_lost_pkts() local 795 *fixup = pkt; in ackm_detect_and_remove_lost_pkts() 796 fixup = &pkt->lnext; in ackm_detect_and_remove_lost_pkts() 797 *fixup = NULL; in ackm_detect_and_remove_lost_pkts()
|
/openssl/dev/ |
H A D | release.sh | 369 for fixup in "$HERE/dev/release-aux"/fixup-*-release.pl; do 370 file="$(basename "$fixup" | sed -e 's|^fixup-||' -e 's|-release\.pl$||')" 373 perl -pi $fixup $file 469 for fixup in "$HERE/dev/release-aux"/fixup-*-postrelease.pl; do 470 file="$(basename "$fixup" | sed -e 's|^fixup-||' -e 's|-postrelease\.pl$||')" 475 perl -pi $fixup $file 502 for fixup in "$HERE/dev/release-aux"/fixup-*-postrelease.pl; do 503 file="$(basename "$fixup" | sed -e 's|^fixup-||' -e 's|-postrelease\.pl$||')" 506 perl -pi $fixup $file
|
/openssl/dev/release-aux/ |
H A D | README.md | 27 - fixup-*-release.pl and fixup-*-postrelease.pl
|
/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 2712 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_ctrl_to_param() local 2732 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_to_param() 2740 ret = fixup(PRE_CTRL_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_to_param() 2762 fixup(POST_CTRL_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_to_param() 2782 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_ctrl_str_to_param() local 2793 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_str_to_param() 2845 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_setget_params_to_ctrl() local 2856 fixup = translation->fixup_args; in evp_pkey_ctx_setget_params_to_ctrl() 2907 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_setget_params_to_ctrl() local 2915 fixup = translation->fixup_args; in evp_pkey_setget_params_to_ctrl() [all …]
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpkdf_krb5.txt | 126 #Same as the first but with no "fixup"
|
Completed in 40 milliseconds