Searched refs:pss (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c42 if (rsa->pss == NULL) {
47 if (ASN1_item_pack(rsa->pss, ASN1_ITEM_rptr(RSA_PSS_PARAMS), pstr) == NULL)
69 rsa->pss = rsa_pss_decode(alg);
70 if (rsa->pss == NULL)
231 static int rsa_pss_param_print(BIO *bp, int pss_key, RSA_PSS_PARAMS *pss, argument
240 if (pss == NULL) {
248 } else if (pss == NULL) {
262 if (pss->hashAlgorithm) {
263 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0)
277 if (pss
429 RSA_PSS_PARAMS *pss; local
453 RSA_PSS_PARAMS *pss = rsa_pss_decode(sigalg); local
622 RSA_PSS_PARAMS *pss = RSA_PSS_PARAMS_new(); local
649 RSA_PSS_PARAMS *pss = rsa_ctx_to_pss(pkctx); local
672 RSA_PSS_PARAMS *pss; local
717 rsa_pss_get_param(const RSA_PSS_PARAMS *pss, const EVP_MD **pmd, const EVP_MD **pmgf1md, int *psaltlen) argument
866 RSA_PSS_PARAMS *pss; local
[all...]
H A Drsa_asn1.c75 RSA_PSS_PARAMS *pss = (RSA_PSS_PARAMS *)*pval;
76 X509_ALGOR_free(pss->maskHash);
H A Drsa_local.h49 RSA_PSS_PARAMS *pss; member in struct:rsa_st
125 int rsa_pss_get_param(const RSA_PSS_PARAMS *pss, const EVP_MD **pmd,
H A Drsa_pmeth.c611 } else if (strcmp(value, "pss") == 0) {
708 /* If all parameters are default values don't set pss */
711 rsa->pss = rsa_pss_params_create(rctx->md, rctx->mgf1md,
713 if (rsa->pss == NULL)
810 if (rsa->pss == NULL)
813 if (!rsa_pss_get_param(rsa->pss, &md, &mgf1md, &min_saltlen))
H A Drsa_lib.c136 RSA_PSS_PARAMS_free(r->pss);
456 return r->pss;
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dphysmem.c96 struct pst_static pss; local
97 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0))
99 double pages = pss.physical_memory;
100 double pagesize = pss.page_size;
200 struct pst_static pss; local
202 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0)
206 double pagesize = pss.page_size;
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dphysmem.c96 struct pst_static pss; local
97 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0))
99 double pages = pss.physical_memory;
100 double pagesize = pss.page_size;
230 struct pst_static pss; local
232 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0)
236 double pagesize = pss.page_size;
/freebsd-12-stable/lib/libprocstat/
H A Dcore.c346 struct ps_strings pss; local
356 if (core_read_mem(core, &pss, sizeof(pss), psstrings, true) == -1)
359 addr = (vm_offset_t)pss.ps_argvstr;
360 nstr = pss.ps_nargvstr;
362 addr = (vm_offset_t)pss.ps_envstr;
363 nstr = pss.ps_nenvstr;
/freebsd-12-stable/sys/cam/ata/
H A Data_all.c588 if ((ident_data->pss & ATA_PSS_VALID_MASK) == ATA_PSS_VALID_VALUE &&
589 (ident_data->pss & ATA_PSS_LSSABOVE512)) {
599 if ((ident_data->pss & ATA_PSS_VALID_MASK) == ATA_PSS_VALID_VALUE) {
600 if (ident_data->pss & ATA_PSS_MULTLS) {
602 (1 << (ident_data->pss & ATA_PSS_LSPPS)));
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_backend_block.c1796 off_t ps, pss, po, pos, us, uss, uo, uos; local
1850 pss = ps / cbe_lun->blocksize;
1852 if ((pss > 0) && (pss * cbe_lun->blocksize == ps) && (pss >= pos) &&
1853 ((pss & (pss - 1)) == 0) && (pos * cbe_lun->blocksize == po)) {
1854 cbe_lun->pblockexp = fls(pss) - 1;
1855 cbe_lun->pblockoff = (pss - pos) % pss;
1896 off_t ps, pss, po, pos, us, uss, uo, uos, otmp; local
[all...]
/freebsd-12-stable/sys/kern/
H A Dkern_proc.c1739 struct freebsd32_ps_strings pss; local
1748 if (proc_readmem(td, p, (vm_offset_t)p->p_sysent->sv_psstrings, &pss,
1749 sizeof(pss)) != sizeof(pss))
1753 vptr = (vm_offset_t)PTRIN(pss.ps_argvstr);
1754 vsize = pss.ps_nargvstr;
1760 vptr = (vm_offset_t)PTRIN(pss.ps_envstr);
1761 vsize = pss.ps_nenvstr;
1767 vptr = (vm_offset_t)PTRIN(pss.ps_envstr) +
1768 (pss
1813 struct ps_strings pss; local
[all...]
/freebsd-12-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c244 struct line_subseg **pss, *ss;
260 for (pss = &s->head; (ss = *pss) != NULL ; pss = &ss->next)
269 ss->next = *pss;
273 *pss = ss;
242 struct line_subseg **pss, *ss; local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp593 ps_strings *pss; local
594 uptr sz = sizeof(pss);
595 if (internal_sysctlbyname("kern.ps_strings", &pss, &sz, NULL, 0) == -1) {
599 *argv = pss->ps_argvstr;
600 *envp = pss->ps_envstr;
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-uahcx-defs.h1573 uint32_t pss : 1; /**< Periodic Schedule Status. The bit reports the current real status of member in struct:cvmx_uahcx_ehci_usbsts::cvmx_uahcx_ehci_usbsts_s
1624 uint32_t pss : 1;
2638 uint32_t pss : 1; /**< (read) PortSuspendStatus. This bit indicates the port is suspended or in the member in struct:cvmx_uahcx_ohci0_hcrhportstatusx::cvmx_uahcx_ohci0_hcrhportstatusx_s
2680 uint32_t pss : 1;
/freebsd-12-stable/contrib/gcc/
H A Dmodulo-sched.c1370 sbitmap pss = sbitmap_alloc (ps->g->num_nodes);
1378 sbitmap_zero (pss);
1380 pss_not_empty = sbitmap_a_and_b_cg (pss, u_node_succs, sched_nodes);
1465 else /* psp is empty && pss is empty. */
1476 sbitmap_free (pss);
1367 sbitmap pss = sbitmap_alloc (ps->g->num_nodes); local
/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_ahci.c1101 ata_ident->pss = ATA_PSS_VALID_VALUE;
1104 ata_ident->pss |= ATA_PSS_MULTLS;
1105 ata_ident->pss |= ffsl(psectsz / sectsz) - 1;
1109 ata_ident->pss |= ATA_PSS_LSSABOVE512;
/freebsd-12-stable/sys/sys/
H A Data.h231 /*106*/ u_int16_t pss; member in struct:ata_params
/freebsd-12-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c3007 size_t ZSTD_initCStream_srcSize(ZSTD_CStream* zcs, int compressionLevel, unsigned long long pss) argument
3009 U64 const pledgedSrcSize = (pss==0) ? ZSTD_CONTENTSIZE_UNKNOWN : pss; /* temporary : 0 interpreted as "unknown" during transition period. Users willing to specify "unknown" **must** use ZSTD_CONTENTSIZE_UNKNOWN. `0` will be interpreted as "empty" in the future */

Completed in 174 milliseconds