| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | namemap_internal_test.c | 135 EVP_CIPHER *fetched = EVP_CIPHER_fetch(NULL, "AES-256-CCM", NULL); in test_cipher_is_a() local 138 if (!TEST_ptr(fetched)) in test_cipher_is_a() 140 if (!TEST_true(EVP_CIPHER_is_a(fetched, "id-aes256-CCM")) in test_cipher_is_a() 141 || !TEST_false(EVP_CIPHER_is_a(fetched, "AES-128-GCM"))) in test_cipher_is_a() 147 EVP_CIPHER_free(fetched); in test_cipher_is_a() 157 EVP_MD *fetched = EVP_MD_fetch(NULL, "SHA2-512", NULL); in test_digest_is_a() local 160 if (!TEST_ptr(fetched)) in test_digest_is_a() 162 if (!TEST_true(EVP_MD_is_a(fetched, "SHA512")) in test_digest_is_a() 163 || !TEST_false(EVP_MD_is_a(fetched, "SHA1"))) in test_digest_is_a() 169 EVP_MD_free(fetched); in test_digest_is_a()
|
| /netbsd-src/tests/modules/ |
| H A D | t_x86_pte.c | 61 static bool fetched = false; in fetch_results() local 70 if (fetched) in fetch_results() 82 fetched = true; in fetch_results()
|
| /netbsd-src/external/lgpl3/gmp/dist/demos/perl/ |
| H A D | test.pl | 70 use vars qw($val $fetched $stored); 72 $fetched = 0; 78 $fetched = 0; 84 $fetched++; 143 ok ($Mytie::fetched > 0); 147 ok ($Mytie::fetched > 0); 509 ok ($Mytie::fetched > 0); # used fetch 517 ok ($Mytie::fetched > 0); # used fetch 568 ok ($Mytie::fetched > 0); # used fetch 576 ok ($Mytie::fetched > 0); # used fetch [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
| H A D | evp_md_get_number.pod | 45 useful with fetched B<EVP_CIPHER>s. 70 only useful with fetched B<EVP_MD>s.
|
| H A D | evp_pkey_export_to_provider.pod | 31 exported, then I<*keymgmt> is assigned the implicitly fetched B<EVP_KEYMGMT>.
|
| /netbsd-src/external/bsd/unbound/dist/validator/ |
| H A D | autotrust.h | 81 uint8_t fetched; member
|
| H A D | autotrust.c | 1323 ta->fetched = seen; in seen_trustanchor() 1523 ta->fetched = 0; in init_events() 1808 if (anchor->fetched) in anchor_state_update() 1814 if (!anchor->fetched) in anchor_state_update() 1825 else if (!anchor->fetched) in anchor_state_update() 1838 else if (anchor->fetched) in anchor_state_update() 1843 if (anchor->fetched) in anchor_state_update() 2277 ta->fetched?" fetched":"", ta->revoked?" revoked":"", buf); in autr_debug_print_ta()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/docs/ |
| H A D | bugs | 11 fetched. I really don't know what it means, and after all
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | EVP_KDF.pod | 84 EVP_KDF_up_ref() increments the reference count of an already fetched 87 EVP_KDF_free() frees a fetched algorithm. 170 EVP_KDF_get0_name() return the name of the given KDF. For fetched KDFs 265 EVP_KDF_fetch() returns a pointer to a newly fetched B<EVP_KDF>, or
|
| H A D | EVP_MAC.pod | 104 EVP_MAC_up_ref() increments the reference count of an already fetched 107 EVP_MAC_free() frees a fetched algorithm. 131 The MAC algorithm is fetched using any given I<libctx> and property query 229 EVP_MAC_get0_name() return the name of the given MAC. For fetched MACs 357 EVP_MAC_fetch() returns a pointer to a newly fetched B<EVP_MAC>, or
|
| H A D | SRP_Calc_B.pod | 65 are fetched and used during the calculation use the provided I<libctx> and
|
| /netbsd-src/external/bsd/unbound/dist/testdata/root_zonemd.tdir/ |
| H A D | root_zonemd.pre | 19 echo "fetched root.zone"
|
| /netbsd-src/sys/arch/m68k/fpe/ |
| H A D | README | 118 fetched operands are accessible. That's right, you don't have to 143 Here, fe->fe_f1 and fe->fe_f2 are fetched operands. You can use
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/ |
| H A D | submul_1.asm | 68 C fetched.
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/ |
| H A D | sha1-alpha.S | 49 or $1,$0,$0 # pair of 32-bit values are fetched 108 or $3,$2,$2 # pair of 32-bit values are fetched 167 or $5,$4,$4 # pair of 32-bit values are fetched 226 or $7,$6,$6 # pair of 32-bit values are fetched 285 or $9,$8,$8 # pair of 32-bit values are fetched 344 or $11,$10,$10 # pair of 32-bit values are fetched 403 or $13,$12,$12 # pair of 32-bit values are fetched 460 or $15,$14,$14 # pair of 32-bit values are fetched
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/alpha/ |
| H A D | sha1-alpha.S | 49 or $1,$0,$0 # pair of 32-bit values are fetched 108 or $3,$2,$2 # pair of 32-bit values are fetched 167 or $5,$4,$4 # pair of 32-bit values are fetched 226 or $7,$6,$6 # pair of 32-bit values are fetched 285 or $9,$8,$8 # pair of 32-bit values are fetched 344 or $11,$10,$10 # pair of 32-bit values are fetched 403 or $13,$12,$12 # pair of 32-bit values are fetched 460 or $15,$14,$14 # pair of 32-bit values are fetched
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | EVP_PKEY-HMAC.pod | 34 A property query string to be used when any algorithms are fetched.
|
| H A D | crypto.pod | 102 In order to use an algorithm an implementation for it must first be "fetched". 163 The algorithm implementation that is fetched can then be used with other diverse 178 fetched implicitly using default search criteria. 181 is supplied. In this case an algorithm implementation is implicitly fetched 275 can be fetched.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | opensnoop_example.txt | 24 Full command arguments can be fetched using -g,
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | opensnoop_example.txt | 24 Full command arguments can be fetched using -g,
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
| H A D | storeutl.pod | 32 as the case may be) fetched from the given URIs.
|
| /netbsd-src/common/lib/libx86emu/ |
| H A D | x86emu.c | 307 int fetched; in fetch_decode_modrm() local 309 fetched = fetch_byte_imm(emu); in fetch_decode_modrm() 310 emu->cur_mod = (fetched >> 6) & 0x03; in fetch_decode_modrm() 311 emu->cur_rh = (fetched >> 3) & 0x07; in fetch_decode_modrm() 312 emu->cur_rl = (fetched >> 0) & 0x07; in fetch_decode_modrm() 327 uint8_t fetched; in fetch_byte_imm() local 329 fetched = fetch_byte(emu, emu->x86.R_CS, emu->x86.R_IP); in fetch_byte_imm() 331 return fetched; in fetch_byte_imm() 346 uint16_t fetched; in fetch_word_imm() local 348 fetched = fetch_word(emu, emu->x86.R_CS, emu->x86.R_IP); in fetch_word_imm() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-storeutl.pod.in | 36 decryption as the case may be) fetched from the given URI.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86/k6/ |
| H A D | mul_basecase.asm | 393 C start of the unrolled loop. This can't just be fetched through the xp
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86/ |
| H A D | sqr_basecase.asm | 334 C ebp scratch (fetched dst limbs)
|