Home
last modified time | relevance | path

Searched refs:first_call (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c689 static int sanitize_line(char *linebuf, int len, unsigned int flags, int first_call) in sanitize_line() argument
692 if (first_call) { in sanitize_line()
747 int first_call = 1; in get_name() local
768 len = sanitize_line(linebuf, len, flags & ~PEM_FLAG_ONLY_B64, first_call); in get_name()
769 first_call = 0; in get_name()
/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c322 int first_call = 0x80; in build_context() local
337 val = init_sec_context(ipeer, &ic, &hCred, flags|first_call, in build_context()
360 val = accept_sec_context(apeer, &ac, flags|first_call, in build_context()
377 first_call = 0; in build_context()
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c216 int first_call = 1; in def_load_bio() local
269 if (first_call) { in def_load_bio()
280 first_call = 0; in def_load_bio()