| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | drbgtest.c | 45 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 D | drbg_local.h | 81 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 D | drbg_ctr.c | 308 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 D | RAND_DRBG_new.pod | 33 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 D | rand_drbg.h | 66 const unsigned char *pers, size_t perslen);
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
| H A D | rand_local.h | 107 const unsigned char *pers,
|
| H A D | drbg_ctr.c | 273 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 D | drbg_lib.c | 289 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 D | ukfs.c | 298 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 D | evp_test.c | 2431 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 D | hyphenex.us | 321 leaf-hop-pers 489 plant-hop-pers
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_linux.cc | 1026 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 D | sanitizer_linux.cc | 1091 int pers = personality(0xffffffffUL); in GetKernelAreaSize() local 1092 if (!(pers & PER_MASK) in GetKernelAreaSize()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | od-macho.c | 2063 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 D | od-macho.c | 2062 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 D | aspell.en.pws | 1100 pers
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | msg.mi.de | 230 (Verzeichnis f�r die pers�nlichen Dateien der Anwender).
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog | 2133 2023-03-28 Björn Schäpers <bjoern@hazardy.de> 2136 2023-01-14 Björn Schäpers <bjoern@hazardy.de>
|