Home
last modified time | relevance | path

Searched refs:outer_context (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/mail/cone/cone-1.1/libs/md5/
H A Dredhat-crypt-md5.c16 struct MD5_CONTEXT outer_context, inner_context; in md5_crypt_redhat() local
37 md5_context_init(&outer_context); in md5_crypt_redhat()
38 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
39 md5_context_hashstream(&outer_context, "$1$", 3); in md5_crypt_redhat()
40 md5_context_hashstream(&outer_context, salt, l); in md5_crypt_redhat()
59 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
60 md5_context_digest(&outer_context, digest); in md5_crypt_redhat()
66 md5_context_init(&outer_context); in md5_crypt_redhat()
69 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
101 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
[all …]
/dports/security/courier-authlib-base/courier-authlib-0.71.4/libs/md5/
H A Dredhat-crypt-md5.c16 struct MD5_CONTEXT outer_context, inner_context; in md5_crypt_redhat() local
37 md5_context_init(&outer_context); in md5_crypt_redhat()
38 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
39 md5_context_hashstream(&outer_context, "$1$", 3); in md5_crypt_redhat()
40 md5_context_hashstream(&outer_context, salt, l); in md5_crypt_redhat()
59 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
60 md5_context_digest(&outer_context, digest); in md5_crypt_redhat()
66 md5_context_init(&outer_context); in md5_crypt_redhat()
69 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
101 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
[all …]
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/md5/
H A Dredhat-crypt-md5.c16 struct MD5_CONTEXT outer_context, inner_context; in md5_crypt_redhat() local
37 md5_context_init(&outer_context); in md5_crypt_redhat()
38 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
39 md5_context_hashstream(&outer_context, "$1$", 3); in md5_crypt_redhat()
40 md5_context_hashstream(&outer_context, salt, l); in md5_crypt_redhat()
59 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
60 md5_context_digest(&outer_context, digest); in md5_crypt_redhat()
66 md5_context_init(&outer_context); in md5_crypt_redhat()
69 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
101 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
[all …]
/dports/databases/courier-authlib-pgsql/courier-authlib-0.71.4/libs/md5/
H A Dredhat-crypt-md5.c16 struct MD5_CONTEXT outer_context, inner_context; in md5_crypt_redhat() local
37 md5_context_init(&outer_context); in md5_crypt_redhat()
38 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
39 md5_context_hashstream(&outer_context, "$1$", 3); in md5_crypt_redhat()
40 md5_context_hashstream(&outer_context, salt, l); in md5_crypt_redhat()
59 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
60 md5_context_digest(&outer_context, digest); in md5_crypt_redhat()
66 md5_context_init(&outer_context); in md5_crypt_redhat()
69 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
101 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
[all …]
/dports/databases/courier-authlib-mysql/courier-authlib-0.71.4/libs/md5/
H A Dredhat-crypt-md5.c16 struct MD5_CONTEXT outer_context, inner_context; in md5_crypt_redhat() local
37 md5_context_init(&outer_context); in md5_crypt_redhat()
38 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
39 md5_context_hashstream(&outer_context, "$1$", 3); in md5_crypt_redhat()
40 md5_context_hashstream(&outer_context, salt, l); in md5_crypt_redhat()
59 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
60 md5_context_digest(&outer_context, digest); in md5_crypt_redhat()
66 md5_context_init(&outer_context); in md5_crypt_redhat()
69 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
101 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
[all …]
/dports/databases/courier-authlib-userdb/courier-authlib-0.71.4/libs/md5/
H A Dredhat-crypt-md5.c16 struct MD5_CONTEXT outer_context, inner_context; in md5_crypt_redhat() local
37 md5_context_init(&outer_context); in md5_crypt_redhat()
38 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
39 md5_context_hashstream(&outer_context, "$1$", 3); in md5_crypt_redhat()
40 md5_context_hashstream(&outer_context, salt, l); in md5_crypt_redhat()
59 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
60 md5_context_digest(&outer_context, digest); in md5_crypt_redhat()
66 md5_context_init(&outer_context); in md5_crypt_redhat()
69 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
101 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
[all …]
/dports/net/courier-authlib-ldap/courier-authlib-0.71.4/libs/md5/
H A Dredhat-crypt-md5.c16 struct MD5_CONTEXT outer_context, inner_context; in md5_crypt_redhat() local
37 md5_context_init(&outer_context); in md5_crypt_redhat()
38 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
39 md5_context_hashstream(&outer_context, "$1$", 3); in md5_crypt_redhat()
40 md5_context_hashstream(&outer_context, salt, l); in md5_crypt_redhat()
59 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
60 md5_context_digest(&outer_context, digest); in md5_crypt_redhat()
66 md5_context_init(&outer_context); in md5_crypt_redhat()
69 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
101 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
[all …]
/dports/mail/courier/courier-0.65.3/md5/
H A Dredhat-crypt-md5.c17 struct MD5_CONTEXT outer_context, inner_context; in md5_crypt_redhat() local
38 md5_context_init(&outer_context); in md5_crypt_redhat()
39 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
40 md5_context_hashstream(&outer_context, "$1$", 3); in md5_crypt_redhat()
41 md5_context_hashstream(&outer_context, salt, l); in md5_crypt_redhat()
60 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
61 md5_context_digest(&outer_context, digest); in md5_crypt_redhat()
67 md5_context_init(&outer_context); in md5_crypt_redhat()
70 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
102 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
[all …]
/dports/mail/courier-authlib-vchkpw/courier-authlib-0.71.4/libs/md5/
H A Dredhat-crypt-md5.c16 struct MD5_CONTEXT outer_context, inner_context; in md5_crypt_redhat() local
37 md5_context_init(&outer_context); in md5_crypt_redhat()
38 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
39 md5_context_hashstream(&outer_context, "$1$", 3); in md5_crypt_redhat()
40 md5_context_hashstream(&outer_context, salt, l); in md5_crypt_redhat()
59 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
60 md5_context_digest(&outer_context, digest); in md5_crypt_redhat()
66 md5_context_init(&outer_context); in md5_crypt_redhat()
69 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
101 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
[all …]
/dports/mail/courier-imap/courier-imap-5.1.4/libs/md5/
H A Dredhat-crypt-md5.c16 struct MD5_CONTEXT outer_context, inner_context; in md5_crypt_redhat() local
37 md5_context_init(&outer_context); in md5_crypt_redhat()
38 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
39 md5_context_hashstream(&outer_context, "$1$", 3); in md5_crypt_redhat()
40 md5_context_hashstream(&outer_context, salt, l); in md5_crypt_redhat()
59 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
60 md5_context_digest(&outer_context, digest); in md5_crypt_redhat()
66 md5_context_init(&outer_context); in md5_crypt_redhat()
69 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
101 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
[all …]
/dports/databases/courier-authlib-sqlite/courier-authlib-0.71.4/libs/md5/
H A Dredhat-crypt-md5.c16 struct MD5_CONTEXT outer_context, inner_context; in md5_crypt_redhat() local
37 md5_context_init(&outer_context); in md5_crypt_redhat()
38 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
39 md5_context_hashstream(&outer_context, "$1$", 3); in md5_crypt_redhat()
40 md5_context_hashstream(&outer_context, salt, l); in md5_crypt_redhat()
59 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
60 md5_context_digest(&outer_context, digest); in md5_crypt_redhat()
66 md5_context_init(&outer_context); in md5_crypt_redhat()
69 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
101 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
[all …]
/dports/databases/courier-authlib-usergdbm/courier-authlib-0.71.4/libs/md5/
H A Dredhat-crypt-md5.c16 struct MD5_CONTEXT outer_context, inner_context; in md5_crypt_redhat() local
37 md5_context_init(&outer_context); in md5_crypt_redhat()
38 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
39 md5_context_hashstream(&outer_context, "$1$", 3); in md5_crypt_redhat()
40 md5_context_hashstream(&outer_context, salt, l); in md5_crypt_redhat()
59 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
60 md5_context_digest(&outer_context, digest); in md5_crypt_redhat()
66 md5_context_init(&outer_context); in md5_crypt_redhat()
69 md5_context_hashstream(&outer_context, pw, pwl); in md5_crypt_redhat()
101 md5_context_endstream(&outer_context, j); in md5_crypt_redhat()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dx-awk.c689 flag_context_ty outer_context, in extract_parenthesized() argument
707 inherited_context (outer_context, in extract_parenthesized()
723 outer_context = inner_context; in extract_parenthesized()
725 inherited_context (outer_context, in extract_parenthesized()
777 inherited_context (outer_context, in extract_parenthesized()
834 outer_context = null_context; in extract_parenthesized()
839 inherited_context (outer_context, in extract_parenthesized()
H A Dxg-arglist-context.c39 inherited_context (flag_context_ty outer_context, in inherited_context() argument
46 result.is_format1 = outer_context.is_format1; in inherited_context()
51 result.is_format2 = outer_context.is_format2; in inherited_context()
56 result.is_format3 = outer_context.is_format3; in inherited_context()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dx-awk.c689 flag_context_ty outer_context, in extract_parenthesized() argument
707 inherited_context (outer_context, in extract_parenthesized()
723 outer_context = inner_context; in extract_parenthesized()
725 inherited_context (outer_context, in extract_parenthesized()
777 inherited_context (outer_context, in extract_parenthesized()
834 outer_context = null_context; in extract_parenthesized()
839 inherited_context (outer_context, in extract_parenthesized()
H A Dxg-arglist-context.c39 inherited_context (flag_context_ty outer_context, in inherited_context() argument
46 result.is_format1 = outer_context.is_format1; in inherited_context()
51 result.is_format2 = outer_context.is_format2; in inherited_context()
56 result.is_format3 = outer_context.is_format3; in inherited_context()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dx-awk.c689 flag_context_ty outer_context, in extract_parenthesized() argument
707 inherited_context (outer_context, in extract_parenthesized()
723 outer_context = inner_context; in extract_parenthesized()
725 inherited_context (outer_context, in extract_parenthesized()
777 inherited_context (outer_context, in extract_parenthesized()
834 outer_context = null_context; in extract_parenthesized()
839 inherited_context (outer_context, in extract_parenthesized()
H A Dxg-arglist-context.c39 inherited_context (flag_context_ty outer_context, in inherited_context() argument
46 result.is_format1 = outer_context.is_format1; in inherited_context()
51 result.is_format2 = outer_context.is_format2; in inherited_context()
56 result.is_format3 = outer_context.is_format3; in inherited_context()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dx-awk.c689 flag_context_ty outer_context, in extract_parenthesized() argument
707 inherited_context (outer_context, in extract_parenthesized()
723 outer_context = inner_context; in extract_parenthesized()
725 inherited_context (outer_context, in extract_parenthesized()
777 inherited_context (outer_context, in extract_parenthesized()
834 outer_context = null_context; in extract_parenthesized()
839 inherited_context (outer_context, in extract_parenthesized()
H A Dxg-arglist-context.c39 inherited_context (flag_context_ty outer_context, in inherited_context() argument
46 result.is_format1 = outer_context.is_format1; in inherited_context()
51 result.is_format2 = outer_context.is_format2; in inherited_context()
56 result.is_format3 = outer_context.is_format3; in inherited_context()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgimplify.c715 ctx = ctx->outer_context; in gimple_add_tmp_var()
1878 ctx = ctx->outer_context; in gimplify_var_or_parm_decl()
5736 ctx = ctx->outer_context; in omp_firstprivatize_variable()
6406 if (ctx->outer_context in omp_notice_variable()
6472 else if (ctx->outer_context) in omp_is_private()
6687 if (octx->outer_context) in gimplify_scan_omp_clauses()
6759 octx = octx->outer_context->outer_context; in gimplify_scan_omp_clauses()
6761 octx = octx->outer_context; in gimplify_scan_omp_clauses()
6807 octx = octx->outer_context; in gimplify_scan_omp_clauses()
8188 if (ctx->outer_context) in gimplify_adjust_omp_clauses()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgimplify.c715 ctx = ctx->outer_context; in gimple_add_tmp_var()
1878 ctx = ctx->outer_context; in gimplify_var_or_parm_decl()
5736 ctx = ctx->outer_context; in omp_firstprivatize_variable()
6406 if (ctx->outer_context in omp_notice_variable()
6472 else if (ctx->outer_context) in omp_is_private()
6687 if (octx->outer_context) in gimplify_scan_omp_clauses()
6759 octx = octx->outer_context->outer_context; in gimplify_scan_omp_clauses()
6761 octx = octx->outer_context; in gimplify_scan_omp_clauses()
6807 octx = octx->outer_context; in gimplify_scan_omp_clauses()
8188 if (ctx->outer_context) in gimplify_adjust_omp_clauses()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimplify.c804 ctx = ctx->outer_context; in gimple_add_tmp_var()
7704 if (ctx->outer_context in omp_notice_variable()
8694 if (octx->outer_context) in gimplify_scan_omp_clauses()
8860 octx = octx->outer_context->outer_context; in gimplify_scan_omp_clauses()
10502 && ctx->outer_context in gimplify_adjust_omp_clauses()
11061 && ctx->outer_context in omp_construct_selector_matches()
11063 && ctx->outer_context->outer_context in omp_construct_selector_matches()
11064 && ctx->outer_context->outer_context->code == OMP_LOOP in omp_construct_selector_matches()
11065 && ctx->outer_context->outer_context->distribute) in omp_construct_selector_matches()
11066 ctx = ctx->outer_context->outer_context; in omp_construct_selector_matches()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimplify.c804 ctx = ctx->outer_context; in gimple_add_tmp_var()
7704 if (ctx->outer_context in omp_notice_variable()
8694 if (octx->outer_context) in gimplify_scan_omp_clauses()
8860 octx = octx->outer_context->outer_context; in gimplify_scan_omp_clauses()
10502 && ctx->outer_context in gimplify_adjust_omp_clauses()
11061 && ctx->outer_context in omp_construct_selector_matches()
11063 && ctx->outer_context->outer_context in omp_construct_selector_matches()
11064 && ctx->outer_context->outer_context->code == OMP_LOOP in omp_construct_selector_matches()
11065 && ctx->outer_context->outer_context->distribute) in omp_construct_selector_matches()
11066 ctx = ctx->outer_context->outer_context; in omp_construct_selector_matches()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimplify.c804 ctx = ctx->outer_context; in gimple_add_tmp_var()
7704 if (ctx->outer_context in omp_notice_variable()
8694 if (octx->outer_context) in gimplify_scan_omp_clauses()
8860 octx = octx->outer_context->outer_context; in gimplify_scan_omp_clauses()
10502 && ctx->outer_context in gimplify_adjust_omp_clauses()
11061 && ctx->outer_context in omp_construct_selector_matches()
11063 && ctx->outer_context->outer_context in omp_construct_selector_matches()
11064 && ctx->outer_context->outer_context->code == OMP_LOOP in omp_construct_selector_matches()
11065 && ctx->outer_context->outer_context->distribute) in omp_construct_selector_matches()
11066 ctx = ctx->outer_context->outer_context; in omp_construct_selector_matches()
[all …]

12345678910>>...15