Home
last modified time | relevance | path

Searched refs:pers (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Ddrbgtest.c45 const unsigned char *pers; member
189 if (!TEST_true(RAND_DRBG_instantiate(drbg, td->pers, td->perslen)) in single_kat()
278 || !TEST_true(RAND_DRBG_instantiate(drbg, td->pers, td->perslen))) in instantiate()
304 || !TEST_false(RAND_DRBG_instantiate(drbg, td->pers, drbg->max_perslen + 1))) in error_check()
313 if (!TEST_false(RAND_DRBG_instantiate(drbg, td->pers, td->perslen))) in error_check()
326 if (!TEST_false(RAND_DRBG_instantiate(drbg, td->pers, td->perslen)) in error_check()
334 if (!TEST_false(RAND_DRBG_instantiate(drbg, td->pers, td->perslen)) in error_check()
347 if (!TEST_false(RAND_DRBG_instantiate(drbg, td->pers, td->perslen)) in error_check()
357 if (!TEST_false(RAND_DRBG_instantiate(drbg, td->pers, td->perslen)) in error_check()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg_local.h81 const unsigned char *pers, size_t perslen);
188 const unsigned char *pers, size_t perslen),
198 const unsigned char *pers, size_t perslen);
H A Ddrbg_ctr.c308 const unsigned char *pers, size_t perslen) in drbg_ctr_instantiate() argument
321 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen)) in drbg_ctr_instantiate()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DRAND_DRBG_new.pod33 const unsigned char *pers, size_t perslen);
70 Optionally, a personalization string B<pers> of length B<perslen> can be
72 To omit the personalization string, set B<pers>=NULL and B<perslen>=0;
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drand_drbg.h66 const unsigned char *pers, size_t perslen);
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_local.h107 const unsigned char *pers,
H A Ddrbg_ctr.c273 const unsigned char *pers, size_t perslen) in drbg_ctr_instantiate() argument
286 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen)) in drbg_ctr_instantiate()
H A Ddrbg_lib.c289 const unsigned char *pers, size_t perslen) in RAND_DRBG_instantiate() argument
349 nonce, noncelen, pers, perslen)) { in RAND_DRBG_instantiate()
/netbsd-src/lib/libukfs/
H A Dukfs.c298 char *comma, *pers, *ep, *nptr; in ukfs_part_probe() local
306 pers = strchr(comma, '%'); in ukfs_part_probe()
307 if (pers == NULL) { in ukfs_part_probe()
312 *pers = '\0'; in ukfs_part_probe()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Devp_test.c2431 unsigned char *pers; member
2510 OPENSSL_free(rdata->data[i].pers); in rand_test_cleanup()
2546 return parse_bin(value, &item->pers, &item->pers_len); in rand_test_parse()
2630 z = item->pers != NULL ? item->pers : (unsigned char *)(intptr_t)""; in rand_test_run()
/netbsd-src/external/gpl2/groff/dist/tmac/
H A Dhyphenex.us321 leaf-hop-pers
489 plant-hop-pers
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_linux.cc1026 int pers = personality(0xffffffffUL); in GetKernelAreaSize() local
1027 if (!(pers & PER_MASK) in GetKernelAreaSize()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cc1091 int pers = personality(0xffffffffUL); in GetKernelAreaSize() local
1092 if (!(pers & PER_MASK) in GetKernelAreaSize()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-macho.c2063 const unsigned char *pers = content + personality_offset; in dump_exe_compact_unwind() local
2068 (unsigned) bfd_get_32 (abfd, pers + 4 * i)); in dump_exe_compact_unwind()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dod-macho.c2062 const unsigned char *pers = content + personality_offset; in dump_exe_compact_unwind() local
2067 (unsigned) bfd_get_32 (abfd, pers + 4 * i)); in dump_exe_compact_unwind()
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Daspell.en.pws1100 pers
/netbsd-src/usr.sbin/sysinst/
H A Dmsg.mi.de230 (Verzeichnis f�r die pers�nlichen Dateien der Anwender).
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog2133 2023-03-28 Björn Schäpers <bjoern@hazardy.de>
2136 2023-01-14 Björn Schäpers <bjoern@hazardy.de>