Home
last modified time | relevance | path

Searched refs:pss (Results 51 – 75 of 85) sorted by relevance

1234

/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_linux.cc597 ps_strings *pss; in GetArgsAndEnv() local
598 uptr sz = sizeof(pss); in GetArgsAndEnv()
599 if (internal_sysctlbyname("kern.ps_strings", &pss, &sz, NULL, 0) == -1) { in GetArgsAndEnv()
603 *argv = pss->ps_argvstr; in GetArgsAndEnv()
604 *envp = pss->ps_envstr; in GetArgsAndEnv()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cc625 ps_strings *pss; in GetArgsAndEnv() local
626 uptr sz = sizeof(pss); in GetArgsAndEnv()
627 if (internal_sysctlbyname("kern.ps_strings", &pss, &sz, NULL, 0) == -1) { in GetArgsAndEnv()
631 *argv = pss->ps_argvstr; in GetArgsAndEnv()
632 *envp = pss->ps_envstr; in GetArgsAndEnv()
/netbsd/external/gpl3/binutils/dist/gas/
H A Ddwarf2dbg.c268 struct line_subseg **pss, *lss; in get_line_subseg() local
286 for (pss = &s->head; (lss = *pss) != NULL ; pss = &lss->next) in get_line_subseg()
295 lss->next = *pss; in get_line_subseg()
300 *pss = lss; in get_line_subseg()
/netbsd/external/bsd/unbound/dist/testcode/
H A Dtestpkts.c1431 char* qss = qs, *pss = ps; in equal_dname() local
1436 (void)sldns_wire2str_dname_scan(&pn, &plen, &pss, &pslen, p, plen, &comprloop); in equal_dname()
1449 char* qss = qs, *pss = ps; in subdomain_dname() local
1455 (void)sldns_wire2str_dname_scan(&pn, &plen, &pss, &pslen, p, plen, &comprloop); in subdomain_dname()
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H A Dencode_key2any.c832 const RSA_PSS_PARAMS_30 *pss = ossl_rsa_get0_pss_params_30((RSA *)rsa); in prepare_rsa_params() local
842 if (ossl_rsa_pss_params_30_is_unrestricted(pss)) { in prepare_rsa_params()
865 if (!ossl_DER_w_RSASSA_PSS_params(&pkt, -1, pss) in prepare_rsa_params()
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c1289 syncops **pss; in syncprov_matchops() local
1354 for (pss = &si->si_ops; *pss; pss = gonext ? &(*pss)->s_next : pss) in syncprov_matchops()
1360 syncops *snext, *ss = *pss; in syncprov_matchops()
1395 *pss = snext; in syncprov_matchops()
1473 *pss = snext; in syncprov_matchops()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/objects/
H A Dobj_mac.num435 pss 435
H A Dobjects.txt1015 data 2342 : pss
1016 pss 19200300 : ucl
/netbsd/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobj_mac.num435 pss 435
H A Dobjects.txt1054 data 2342 : pss
1055 pss 19200300 : ucl
/netbsd/external/bsd/openldap/dist/servers/slapd/schema/
H A Dcosine.schema58 # pss OBJECT IDENTIFIER ::= {data 2342}
59 # ucl OBJECT IDENTIFIER ::= {pss 19200300}
1421 # pss OBJECT IDENTIFIER ::= {data 2342}
1422 # ucl OBJECT IDENTIFIER ::= {pss 19200300}
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dmodulo-sched.c1872 auto_sbitmap pss (ps->g->num_nodes); in get_sched_window()
1882 bitmap_clear (pss); in get_sched_window()
1884 pss_not_empty = bitmap_and (pss, u_node_succs, sched_nodes); in get_sched_window()
H A Dmodulo-sched.cc1873 auto_sbitmap pss (ps->g->num_nodes); in get_sched_window() local
1883 bitmap_clear (pss); in get_sched_window()
1885 pss_not_empty = bitmap_and (pss, u_node_succs, sched_nodes); in get_sched_window()
H A Dtree-ssa-strlen.c3393 stridx_strlenloc *pss = strlen_to_stridx->get (len); in handle_builtin_stxncpy_strncat() local
3394 if (!pss || pss->first <= 0) in handle_builtin_stxncpy_strncat()
3405 strinfo *silen = get_strinfo (pss->first); in handle_builtin_stxncpy_strncat()
3434 location_t strlenloc = pss->second; in handle_builtin_stxncpy_strncat()
H A Dtree-ssa-strlen.cc3281 stridx_strlenloc *pss = strlen_to_stridx->get (len); in handle_builtin_stxncpy_strncat() local
3282 if (!pss || pss->first <= 0) in handle_builtin_stxncpy_strncat()
3293 strinfo *silen = get_strinfo (pss->first); in handle_builtin_stxncpy_strncat()
3331 location_t strlenloc = pss->second; in handle_builtin_stxncpy_strncat()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dmodulo-sched.c1872 auto_sbitmap pss (ps->g->num_nodes); in get_sched_window()
1882 bitmap_clear (pss); in get_sched_window()
1884 pss_not_empty = bitmap_and (pss, u_node_succs, sched_nodes); in get_sched_window()
H A Dtree-ssa-strlen.c3393 stridx_strlenloc *pss = strlen_to_stridx->get (len); in handle_builtin_stxncpy_strncat() local
3394 if (!pss || pss->first <= 0) in handle_builtin_stxncpy_strncat()
3405 strinfo *silen = get_strinfo (pss->first); in handle_builtin_stxncpy_strncat()
3434 location_t strlenloc = pss->second; in handle_builtin_stxncpy_strncat()
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dsysroff.info448 ("pss" 0x40
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dsysroff.info448 ("pss" 0x40
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dsysroff.info448 ("pss" 0x40
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dsysroff.info448 ("pss" 0x40
/netbsd/crypto/external/bsd/openssl/dist/crypto/err/
H A Dopenssl.txt1065 PROV_R_PSS_SALTLEN_TOO_SMALL:172:pss saltlen too small
1177 RSA_R_INVALID_PSS_PARAMETERS:149:invalid pss parameters
1178 RSA_R_INVALID_PSS_SALTLEN:146:invalid pss saltlen
1204 RSA_R_PSS_SALTLEN_TOO_SMALL:164:pss saltlen too small
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Dopenssl.txt2548 RSA_R_INVALID_PSS_PARAMETERS:149:invalid pss parameters
2549 RSA_R_INVALID_PSS_SALTLEN:146:invalid pss saltlen
2572 RSA_R_PSS_SALTLEN_TOO_SMALL:164:pss saltlen too small
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Dacvp_test.inc1224 "pss",
1876 "pss",
1887 "pss",
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dcms.pod690 -signer mycert.pem -keyopt rsa_padding_mode:pss

1234