Home
last modified time | relevance | path

Searched refs:pss (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/rsa/
Drsa_backend.c171 int ossl_rsa_pss_params_30_todata(const RSA_PSS_PARAMS_30 *pss, in ossl_rsa_pss_params_30_todata() argument
174 if (!ossl_rsa_pss_params_30_is_unrestricted(pss)) { in ossl_rsa_pss_params_30_todata()
175 int hashalg_nid = ossl_rsa_pss_params_30_hashalg(pss); in ossl_rsa_pss_params_30_todata()
176 int maskgenalg_nid = ossl_rsa_pss_params_30_maskgenalg(pss); in ossl_rsa_pss_params_30_todata()
177 int maskgenhashalg_nid = ossl_rsa_pss_params_30_maskgenhashalg(pss); in ossl_rsa_pss_params_30_todata()
178 int saltlen = ossl_rsa_pss_params_30_saltlen(pss); in ossl_rsa_pss_params_30_todata()
411 if (rsa->pss != NULL) { in ossl_rsa_dup()
412 dupkey->pss = RSA_PSS_PARAMS_dup(rsa->pss); in ossl_rsa_dup()
413 if (rsa->pss->maskGenAlgorithm != NULL in ossl_rsa_dup()
414 && dupkey->pss->maskGenAlgorithm == NULL) { in ossl_rsa_dup()
[all …]
Drsa_ameth.c41 if (rsa->pss == NULL) { in rsa_param_encode()
46 if (ASN1_item_pack(rsa->pss, ASN1_ITEM_rptr(RSA_PSS_PARAMS), pstr) == NULL) in rsa_param_encode()
205 static int rsa_pss_param_print(BIO *bp, int pss_key, RSA_PSS_PARAMS *pss, in rsa_pss_param_print() argument
214 if (pss == NULL) { in rsa_pss_param_print()
222 } else if (pss == NULL) { in rsa_pss_param_print()
236 if (pss->hashAlgorithm) { in rsa_pss_param_print()
237 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0) in rsa_pss_param_print()
251 if (pss->maskGenAlgorithm) { in rsa_pss_param_print()
252 if (i2a_ASN1_OBJECT(bp, pss->maskGenAlgorithm->algorithm) <= 0) in rsa_pss_param_print()
256 maskHash = ossl_x509_algor_mgf1_decode(pss->maskGenAlgorithm); in rsa_pss_param_print()
[all …]
Drsa_asn1.c81 RSA_PSS_PARAMS *pss = (RSA_PSS_PARAMS *)*pval; variable
82 X509_ALGOR_free(pss->maskHash);
Drsa_local.h84 RSA_PSS_PARAMS *pss; member
156 int ossl_rsa_pss_get_param(const RSA_PSS_PARAMS *pss, const EVP_MD **pmd,
Drsa_lib.c172 RSA_PSS_PARAMS_free(r->pss); in RSA_free()
681 return r->pss; in RSA_get0_pss_params()
686 int ossl_rsa_set0_pss_params(RSA *r, RSA_PSS_PARAMS *pss) in ossl_rsa_set0_pss_params() argument
691 RSA_PSS_PARAMS_free(r->pss); in ossl_rsa_set0_pss_params()
692 r->pss = pss; in ossl_rsa_set0_pss_params()
Drsa_pmeth.c739 rsa->pss = ossl_rsa_pss_params_create(rctx->md, rctx->mgf1md, in rsa_set_pss_param()
742 if (rsa->pss == NULL) in rsa_set_pss_param()
844 if (rsa->pss == NULL) in pkey_pss_init()
847 if (!ossl_rsa_pss_get_param(rsa->pss, &md, &mgf1md, &min_saltlen)) in pkey_pss_init()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dlynx-core.c92 struct pssentry pss; in lynx_core_file_p() local
108 amt = sizeof pss; in lynx_core_file_p()
109 if (bfd_read (&pss, amt, abfd) != amt) in lynx_core_file_p()
123 strncpy (core_command (abfd), pss.pname, PNMLEN + 1); in lynx_core_file_p()
127 tcontext_size = pss.threadcnt * sizeof (core_st_t); in lynx_core_file_p()
141 pss.ssize, in lynx_core_file_p()
142 pss.slimit, in lynx_core_file_p()
149 pss.data_len + pss.bss_len, in lynx_core_file_p()
150 pss.data_start, in lynx_core_file_p()
151 pagesize + tcontext_size + pss.ssize in lynx_core_file_p()
[all …]
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dlynx-core.c92 struct pssentry pss; in lynx_core_file_p() local
108 amt = sizeof pss; in lynx_core_file_p()
109 if (bfd_read (&pss, amt, abfd) != amt) in lynx_core_file_p()
123 strncpy (core_command (abfd), pss.pname, PNMLEN + 1); in lynx_core_file_p()
127 tcontext_size = pss.threadcnt * sizeof (core_st_t); in lynx_core_file_p()
141 pss.ssize, in lynx_core_file_p()
142 pss.slimit, in lynx_core_file_p()
149 pss.data_len + pss.bss_len, in lynx_core_file_p()
150 pss.data_start, in lynx_core_file_p()
151 pagesize + tcontext_size + pss.ssize in lynx_core_file_p()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dgeneric-morestack.c391 struct stack_segment *pss; in allocate_segment() local
436 pss = (struct stack_segment *) space; in allocate_segment()
438 pss->prev = NULL; in allocate_segment()
439 pss->next = NULL; in allocate_segment()
440 pss->size = allocate - overhead; in allocate_segment()
441 pss->dynamic_allocation = NULL; in allocate_segment()
442 pss->free_dynamic_allocation = NULL; in allocate_segment()
443 pss->extra = NULL; in allocate_segment()
445 return pss; in allocate_segment()
489 struct stack_segment *pss; in __morestack_release_segments() local
[all …]
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dphysmem.c96 struct pst_static pss; in physmem_total() local
97 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0)) in physmem_total()
99 double pages = pss.physical_memory; in physmem_total()
100 double pagesize = pss.page_size; in physmem_total()
200 struct pst_static pss; in physmem_available() local
202 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0) in physmem_available()
206 double pagesize = pss.page_size; in physmem_available()
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dphysmem.c96 struct pst_static pss; in physmem_total() local
97 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0)) in physmem_total()
99 double pages = pss.physical_memory; in physmem_total()
100 double pagesize = pss.page_size; in physmem_total()
200 struct pst_static pss; in physmem_available() local
202 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0) in physmem_available()
206 double pagesize = pss.page_size; in physmem_available()
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dphysmem.c96 struct pst_static pss; in physmem_total() local
97 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0)) in physmem_total()
99 double pages = pss.physical_memory; in physmem_total()
100 double pagesize = pss.page_size; in physmem_total()
200 struct pst_static pss; in physmem_available() local
202 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0) in physmem_available()
206 double pagesize = pss.page_size; in physmem_available()
/netbsd/src/sys/dev/raidframe/
Drf_psstatus.c76 pool_destroy(&raidPtr->pools.pss); in rf_ShutdownPSStatus()
84 …rf_pool_init(raidPtr, raidPtr->poolNames.pss, &raidPtr->pools.pss, sizeof(RF_ReconParityStripeStat… in rf_ConfigurePSStatus()
274 return pool_get(&raidPtr->pools.pss, PR_WAITOK | PR_ZERO); in rf_AllocPSStatus()
284 pool_put(&raidPtr->pools.pss, p); in rf_FreePSStatus()
Drf_netbsd.h75 struct pool pss; /* Parity Stripe Status */ member
101 char pss[RF_MAX_POOLNAMELEN]; /* Parity Stripe Status */ member
/netbsd/src/sys/dev/ic/
Dsiisata.c514 uint32_t pss, pis, tfd = 0; in siisata_intr_port() local
518 pss = PRREAD(sc, PRX(chp->ch_channel, PRO_PSS)); in siisata_intr_port()
521 SIISATANAME(sc), __func__, chp->ch_channel, pss), in siisata_intr_port()
524 if (__predict_true((pss & PR_PSS_ATTENTION) == 0)) { in siisata_intr_port()
531 SIISATA_DEBUG_PRINT(("pis 0x%x\n", pss), DEBUG_INTR); in siisata_intr_port()
571 pss = 0; in siisata_intr_port()
609 (pss & PR_PXSS(slot)) == 0) { in siisata_intr_port()
672 uint32_t pss, pis; in siisata_reset_drive() local
702 pss = PRREAD(sc, PRX(chp->ch_channel, PRO_PSS)); in siisata_reset_drive()
703 if ((pss & PR_PXSS(c_slot)) == 0) { in siisata_reset_drive()
[all …]
/netbsd/src/sys/kern/
Dsys_ptrace_common.c1518 struct ps_strings pss; in process_auxv_offset() local
1522 if ((error = copyin_psstrings(p, &pss)) != 0) in process_auxv_offset()
1525 if (pss.ps_envstr == NULL) in process_auxv_offset()
1530 uio->uio_offset += (off_t)((vaddr_t)pss.ps_envstr + in process_auxv_offset()
1531 sizeof(uint32_t) * (pss.ps_nenvstr + 1)); in process_auxv_offset()
1534 uio->uio_offset += (off_t)(vaddr_t)(pss.ps_envstr + in process_auxv_offset()
1535 pss.ps_nenvstr + 1); in process_auxv_offset()
Dkern_proc.c2351 struct ps_strings pss; in sysctl_kern_proc_args() local
2441 if ((error = copyin_psstrings(p, &pss)) == 0) { in sysctl_kern_proc_args()
2443 value = pss.ps_nargvstr; in sysctl_kern_proc_args()
2445 value = pss.ps_nenvstr; in sysctl_kern_proc_args()
2469 struct ps_strings pss; in copy_procargs() local
2495 if ((error = copyin_psstrings(p, &pss)) != 0) in copy_procargs()
2503 user_argv = (uintptr_t)pss.ps_argvstr; in copy_procargs()
2504 argvlen = pss.ps_nargvstr; in copy_procargs()
2507 user_argv = (uintptr_t)pss.ps_envstr; in copy_procargs()
2508 argvlen = pss.ps_nenvstr; in copy_procargs()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/
Dx_all.c500 RSA_PSS_PARAMS *pss = ossl_rsa_pss_decode(&cert->sig_alg); in X509_digest_sig() local
504 if (pss == NULL in X509_digest_sig()
505 || !ossl_rsa_pss_get_param_unverified(pss, &mmd, &mgf1md, in X509_digest_sig()
509 RSA_PSS_PARAMS_free(pss); in X509_digest_sig()
513 RSA_PSS_PARAMS_free(pss); in X509_digest_sig()
/netbsd/src/external/gpl3/binutils/dist/gas/
Ddwarf2dbg.c272 struct line_subseg **pss, *lss; in get_line_subseg() local
290 for (pss = &s->head; (lss = *pss) != NULL ; pss = &lss->next) in get_line_subseg()
299 lss->next = *pss; in get_line_subseg()
304 *pss = lss; in get_line_subseg()
/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c5754 static void setupSequence( SequenceSpec *pss ){ in setupSequence() argument
5756 pss->uSeqIndexMax = 0; in setupSequence()
5757 pss->isNotEOF = 0; in setupSequence()
5758 bSameSigns = (pss->iBase < 0)==(pss->iTerm < 0); in setupSequence()
5759 if( pss->iTerm < pss->iBase ){ in setupSequence()
5762 nuspan = (sqlite3_uint64)(pss->iBase - pss->iTerm); in setupSequence()
5767 nuspan += pss->iBase; in setupSequence()
5768 nuspan += -(pss->iTerm+1); in setupSequence()
5770 if( pss->iStep<0 ){ in setupSequence()
5771 pss->isNotEOF = 1; in setupSequence()
[all …]
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
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/src/external/gpl3/gdb/dist/gdb/
Dctfread.c176 psymtab_storage *pss; member
1593 psymtab_storage *pss = tup->psf->get_partial_symtabs ().get (); in build_ctf_archive_member() local
1594 scan_partial_symbols (ctf, pss, tup, name); in build_ctf_archive_member()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/objects/
Dobj_mac.num435 pss 435
/netbsd/src/external/bsd/openldap/dist/servers/slapd/schema/
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/src/external/gpl3/gcc/dist/gcc/
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()

12