Home
last modified time | relevance | path

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

1234

/netbsd/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_backend.c423 if (rsa->pss != NULL) { in ossl_rsa_dup()
424 dupkey->pss = RSA_PSS_PARAMS_dup(rsa->pss); in ossl_rsa_dup()
447 RSA_PSS_PARAMS *pss; in ossl_rsa_pss_decode() local
452 if (pss == NULL) in ossl_rsa_pss_decode()
456 pss->maskHash = ossl_x509_algor_mgf1_decode(pss->maskGenAlgorithm); in ossl_rsa_pss_decode()
463 return pss; in ossl_rsa_pss_decode()
500 *pss = pss_params; in ossl_rsa_sync_to_pss_params_30()
514 if (pss == NULL) in ossl_rsa_pss_get_param_unverified()
522 if (pss->saltLength) in ossl_rsa_pss_get_param_unverified()
526 if (pss->trailerField) in ossl_rsa_pss_get_param_unverified()
[all …]
H A Drsa_ameth.c41 if (rsa->pss == NULL) { in rsa_param_encode()
211 if (pss == NULL) { in rsa_pss_param_print()
219 } else if (pss == NULL) { in rsa_pss_param_print()
233 if (pss->hashAlgorithm) { in rsa_pss_param_print()
269 if (pss->saltLength) { in rsa_pss_param_print()
281 if (pss->trailerField) { in rsa_pss_param_print()
478 if (pss == NULL) in ossl_rsa_pss_params_create()
495 return pss; in ossl_rsa_pss_params_create()
506 if (pss == NULL) in ossl_rsa_ctx_to_pss_string()
526 RSA_PSS_PARAMS *pss; in ossl_rsa_pss_to_ctx() local
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_ameth.c42 if (rsa->pss == NULL) { in rsa_param_encode()
70 if (rsa->pss == NULL) in rsa_param_decode()
430 RSA_PSS_PARAMS *pss; in rsa_pss_decode() local
435 if (pss == NULL) in rsa_pss_decode()
439 pss->maskHash = rsa_mgf1_decode(pss->maskGenAlgorithm); in rsa_pss_decode()
446 return pss; in rsa_pss_decode()
625 if (pss == NULL) in rsa_pss_params_create()
642 return pss; in rsa_pss_params_create()
653 if (pss == NULL) in rsa_ctx_to_pss_string()
721 if (pss == NULL) in rsa_pss_get_param()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devppkey_rsa.txt256 Ctrl = rsa_padding_mode:pss
289 Ctrl = rsa_padding_mode:pss
295 Ctrl = rsa_padding_mode:pss
301 Ctrl = rsa_padding_mode:pss
307 Ctrl = rsa_padding_mode:pss
313 Ctrl = rsa_padding_mode:pss
319 Ctrl = rsa_padding_mode:pss
334 Ctrl = rsa_padding_mode:pss
340 Ctrl = rsa_padding_mode:pss
346 Ctrl = rsa_padding_mode:pss
[all …]
H A Devppkey_rsa_common.txt360 Ctrl = rsa_padding_mode:pss
367 Ctrl = rsa_padding_mode:pss
375 Ctrl = rsa_padding_mode:pss
382 Ctrl = rsa_padding_mode:pss
391 Ctrl = rsa_padding_mode:pss
400 Ctrl = rsa_padding_mode:pss
409 Ctrl = rsa_padding_mode:pss
417 Ctrl = rsa_padding_mode:pss
477 Ctrl = rsa_padding_mode:pss
483 Ctrl = rsa_padding_mode:pss
[all …]
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dlynx-core.c92 struct pssentry pss; in lynx_core_file_p() local
108 amt = sizeof pss; in lynx_core_file_p()
109 if (bfd_bread ((void *) &pss, amt, abfd) != amt) 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()
159 + pss.data_start % pagesize in lynx_core_file_p()
[all …]
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dlynx-core.c92 struct pssentry pss; in lynx_core_file_p() local
108 amt = sizeof pss; in lynx_core_file_p()
109 if (bfd_bread ((void *) &pss, amt, abfd) != amt) in lynx_core_file_p()
127 tcontext_size = pss.threadcnt * sizeof (core_st_t); in lynx_core_file_p()
152 pss.ssize, in lynx_core_file_p()
153 pss.slimit, in lynx_core_file_p()
160 pss.data_len + pss.bss_len, in lynx_core_file_p()
161 pss.data_start, in lynx_core_file_p()
162 pagesize + tcontext_size + pss.ssize in lynx_core_file_p()
170 + pss.data_start % pagesize in lynx_core_file_p()
[all …]
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dlynx-core.c92 struct pssentry pss; in lynx_core_file_p() local
108 amt = sizeof pss; in lynx_core_file_p()
109 if (bfd_bread ((void *) &pss, amt, abfd) != amt) 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()
159 + pss.data_start % pagesize in lynx_core_file_p()
[all …]
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dlynx-core.c92 struct pssentry pss; in lynx_core_file_p() local
108 amt = sizeof pss; in lynx_core_file_p()
109 if (bfd_bread ((void *) &pss, amt, abfd) != amt) 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()
159 + pss.data_start % pagesize in lynx_core_file_p()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dgeneric-morestack.c438 pss->prev = NULL; in allocate_segment()
439 pss->next = NULL; in allocate_segment()
443 pss->extra = NULL; in allocate_segment()
445 return pss; in allocate_segment()
492 pss = *pp; in __morestack_release_segments()
493 while (pss != NULL) in __morestack_release_segments()
498 next = pss->next; in __morestack_release_segments()
522 pss = next; in __morestack_release_segments()
819 for (pss = __morestack_current_segment; pss != NULL; pss = pss->prev) in __generic_findstack()
822 && (char *) pss + pss->size > (char *) stack) in __generic_findstack()
[all …]
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dgeneric-morestack.c438 pss->prev = NULL; in allocate_segment()
439 pss->next = NULL; in allocate_segment()
443 pss->extra = NULL; in allocate_segment()
445 return pss; in allocate_segment()
492 pss = *pp; in __morestack_release_segments()
493 while (pss != NULL) in __morestack_release_segments()
498 next = pss->next; in __morestack_release_segments()
522 pss = next; in __morestack_release_segments()
819 for (pss = __morestack_current_segment; pss != NULL; pss = pss->prev) in __generic_findstack()
822 && (char *) pss + pss->size > (char *) stack) in __generic_findstack()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/providers/common/der/
H A Dder_rsa_key.c248 const RSA_PSS_PARAMS_30 *pss) in DER_w_MaskGenAlgorithm() argument
250 if (pss != NULL && ossl_rsa_pss_params_30_maskgenalg(pss) == NID_mgf1) { in DER_w_MaskGenAlgorithm()
284 const RSA_PSS_PARAMS_30 *pss) in ossl_DER_w_RSASSA_PSS_params() argument
300 if (!ossl_assert(pss != NULL in ossl_DER_w_RSASSA_PSS_params()
301 && !ossl_rsa_pss_params_30_is_unrestricted(pss))) in ossl_DER_w_RSASSA_PSS_params()
304 hashalg_nid = ossl_rsa_pss_params_30_hashalg(pss); in ossl_DER_w_RSASSA_PSS_params()
305 saltlen = ossl_rsa_pss_params_30_saltlen(pss); in ossl_DER_w_RSASSA_PSS_params()
306 trailerfield = ossl_rsa_pss_params_30_trailerfield(pss); in ossl_DER_w_RSASSA_PSS_params()
352 && DER_w_MaskGenAlgorithm(pkt, 1, pss) in ossl_DER_w_RSASSA_PSS_params()
387 || ossl_rsa_pss_params_30_is_unrestricted(pss) in ossl_DER_w_algorithmIdentifier_RSA_PSS()
[all …]
/netbsd/external/gpl3/gdb/dist/libiberty/
H A 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/external/gpl3/binutils.old/dist/libiberty/
H A 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/external/gpl3/binutils/dist/libiberty/
H A 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/external/gpl3/gcc.old/dist/libiberty/
H A 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/external/gpl3/gdb.old/dist/libiberty/
H A 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/external/gpl3/gcc/dist/libiberty/
H A 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/crypto/external/bsd/openssl.old/dist/test/certs/
H A Dsetup.sh383 ./mkcert.sh genee PSS-SHA1 ee-key ee-pss-sha1-cert ca-key ca-cert \
384 -sha1 -sigopt rsa_padding_mode:pss -sigopt rsa_pss_saltlen:digest
386 ./mkcert.sh genee PSS-SHA256 ee-key ee-pss-sha256-cert ca-key ca-cert \
387 -sha256 -sigopt rsa_padding_mode:pss -sigopt rsa_pss_saltlen:digest
389 ./mkcert.sh genca "CA-PSS" ca-pss-key ca-pss-cert root-key root-cert \
390 -sha256 -sigopt rsa_padding_mode:pss -sigopt rsa_pss_saltlen:-1
391 ./mkcert.sh genee "EE-PSS" ee-key ee-pss-cert ca-pss-key ca-pss-cert \
392 -sha256 -sigopt rsa_padding_mode:pss -sigopt rsa_pss_saltlen:-1
399 -newkey rsa-pss -keyout server-pss-restrict-key.pem \
402 server-pss-restrict-cert rootkey rootcert
/netbsd/crypto/external/bsd/openssl/dist/test/certs/
H A Dsetup.sh404 ./mkcert.sh genee PSS-SHA1 ee-key ee-pss-sha1-cert ca-key ca-cert \
405 -sha1 -sigopt rsa_padding_mode:pss -sigopt rsa_pss_saltlen:digest
407 ./mkcert.sh genee PSS-SHA256 ee-key ee-pss-sha256-cert ca-key ca-cert \
408 -sha256 -sigopt rsa_padding_mode:pss -sigopt rsa_pss_saltlen:digest
410 ./mkcert.sh genca "CA-PSS" ca-pss-key ca-pss-cert root-key root-cert \
411 -sha256 -sigopt rsa_padding_mode:pss -sigopt rsa_pss_saltlen:-1
412 ./mkcert.sh genee "EE-PSS" ee-key ee-pss-cert ca-pss-key ca-pss-cert \
413 -sha256 -sigopt rsa_padding_mode:pss -sigopt rsa_pss_saltlen:-1
422 -newkey rsa-pss -keyout server-pss-restrict-key.pem \
425 server-pss-restrict-cert rootkey rootcert
/netbsd/sys/dev/raidframe/
H A 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()
H A Drf_netbsd.h75 struct pool pss; /* Parity Stripe Status */ member
101 char pss[RF_MAX_POOLNAMELEN]; /* Parity Stripe Status */ member
/netbsd/crypto/external/bsd/openssl/dist/include/crypto/
H A Drsa.h71 int ossl_rsa_pss_params_30_todata(const RSA_PSS_PARAMS_30 *pss,
77 int ossl_rsa_set0_pss_params(RSA *r, RSA_PSS_PARAMS *pss);
78 int ossl_rsa_pss_get_param_unverified(const RSA_PSS_PARAMS *pss,
/netbsd/crypto/external/bsd/openssl/dist/providers/common/include/prov/
H A Dder_rsa.h.in25 const RSA_PSS_PARAMS_30 *pss);
30 const RSA_PSS_PARAMS_30 *pss);
/netbsd/crypto/external/bsd/openssl/lib/libdefault/prov/
H A Dder_rsa.h179 const RSA_PSS_PARAMS_30 *pss);
184 const RSA_PSS_PARAMS_30 *pss);

1234