Home
last modified time | relevance | path

Searched refs:fixup (Results 1 – 5 of 5) sorted by relevance

/openssl/dev/
H A Drelease.sh369 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 DREADME.md27 - fixup-*-release.pl and fixup-*-postrelease.pl
/openssl/crypto/evp/
H A Dctrl_params_translate.c2543 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_ctrl_to_param() local
2563 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_to_param()
2571 ret = fixup(PRE_CTRL_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_to_param()
2593 fixup(POST_CTRL_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_to_param()
2613 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_ctrl_str_to_param() local
2624 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_str_to_param()
2676 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_setget_params_to_ctrl() local
2687 fixup = translation->fixup_args; in evp_pkey_ctx_setget_params_to_ctrl()
2738 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_setget_params_to_ctrl() local
2746 fixup = translation->fixup_args; in evp_pkey_setget_params_to_ctrl()
[all …]
/openssl/ssl/quic/
H A Dquic_ackm.c1042 OSSL_ACKM_TX_PKT *acked_pkts = NULL, **fixup = &acked_pkts, *pkt, *pprev; in ackm_detect_and_remove_newly_acked_pkts() local
1085 *fixup = pkt; in ackm_detect_and_remove_newly_acked_pkts()
1086 fixup = &pkt->anext; in ackm_detect_and_remove_newly_acked_pkts()
1087 *fixup = NULL; in ackm_detect_and_remove_newly_acked_pkts()
1118 OSSL_ACKM_TX_PKT *lost_pkts = NULL, **fixup = &lost_pkts, *pkt, *pnext; in ackm_detect_and_remove_lost_pkts() local
1164 *fixup = pkt; in ackm_detect_and_remove_lost_pkts()
1165 fixup = &pkt->lnext; in ackm_detect_and_remove_lost_pkts()
1166 *fixup = NULL; in ackm_detect_and_remove_lost_pkts()
/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_krb5.txt126 #Same as the first but with no "fixup"

Completed in 41 milliseconds