/freebsd/crypto/openssl/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()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RAND_set_DRBG_type.pod | 22 with properties I<propq> will be fetched. It will be instantiated with 29 with properties I<propq> will be fetched and used to seed the primary
|
H A D | EVP_DigestInit.pod | 158 Decrements the reference count for the fetched B<EVP_MD> structure. 187 If this function happens to be used with a fetched B<EVP_MD>, it will 238 I<name>, which is fetched using the optional I<libctx> and I<propq> parameters. 254 value explicitly fetched with EVP_MD_fetch(). 266 value explicitly fetched with EVP_MD_fetch(). 332 Return the name of the given message digest. For fetched message 339 I<data>. This is only useful with fetched B<EVP_MD>s. 431 fetched from the loaded providers. This fetch could fail if no suitable 508 When used with a fetched B<EVP_MD>, EVP_MD_CTX_get_params() gets called with 518 When used with a fetched B<EVP_MD>, EVP_MD_CTX_get_params() gets called with
|
H A D | EVP_EncryptInit.pod | 269 Decrements the reference count for the fetched B<EVP_CIPHER> structure. 295 If this function happens to be used with a fetched B<EVP_CIPHER>, it will 427 EVP_CipherInit_ex() except if the I<type> is not a fetched cipher they use the 469 fetched from the loaded providers. This fetch could fail if no suitable 489 fetched cipher has been assigned to the I<ctx>. It is recommended to use 552 Return the name of the passed cipher or context. For fetched ciphers with 558 I<data>. This is only useful with fetched B<EVP_CIPHER>s. 1001 When used with a fetched B<EVP_CIPHER>, EVP_CIPHER_CTX_set_params() and 1007 When used with a fetched B<EVP_CIPHER>, EVP_CIPHER_CTX_set_params() gets called 1013 When used with a fetched B<EVP_CIPHER>, EVP_CIPHER_CTX_set_params() gets called [all …]
|
H A D | OCSP_response_status.pod | 56 stored as a SHA1 hash. To calculate the hash the SHA1 algorithm is fetched using 69 the SHA1 algorithm is fetched using the library ctx I<libctx> and the property
|
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 | TS_RESP_CTX_new.pod | 23 supply the fetched algorithms.
|
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 | X509_new.pod | 28 fetched algorithms (SHA1 is used internally). This created X509 object can then
|
H A D | SRP_Calc_B.pod | 65 are fetched and used during the calculation use the provided I<libctx> and
|
H A D | EVP_RAND.pod | 105 EVP_RAND_up_ref() increments the reference count of an already fetched 108 EVP_RAND_free() frees a fetched algorithm. 357 EVP_RAND_fetch() returns a pointer to a newly fetched B<EVP_RAND>, or
|
H A D | EVP_ASYM_CIPHER_free.pod | 57 fetched from.
|
H A D | EVP_KEYEXCH_free.pod | 50 fetched from.
|
H A D | EVP_SIGNATURE.pod | 61 fetched from.
|
/freebsd/crypto/openssl/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>.
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_rate.c | 1557 int32_t fetch, fetched, start, cp; in z_resampler_feed_internal() local 1599 fetched = z_fetched(info); in z_resampler_feed_internal() 1602 cp = (info->z_size << 1) + fetched; in z_resampler_feed_internal() 1608 z_next(info, info->z_start, fetched + 1); in z_resampler_feed_internal() 1617 start, fetched, cp, info->z_cycle, in z_resampler_feed_internal() 1628 fetched = SND_FXDIV(z_feed(f->source, c, in z_resampler_feed_internal() 1636 reqin -= fetched; in z_resampler_feed_internal() 1637 info->z_pos += fetched; in z_resampler_feed_internal() 1638 if (fetched != fetch) in z_resampler_feed_internal()
|
/freebsd/contrib/unbound/validator/ |
H A D | autotrust.h | 81 uint8_t fetched; member
|
H A D | autotrust.c | 1328 ta->fetched = seen; in seen_trustanchor() 1528 ta->fetched = 0; in init_events() 1813 if (anchor->fetched) in anchor_state_update() 1819 if (!anchor->fetched) in anchor_state_update() 1830 else if (!anchor->fetched) in anchor_state_update() 1843 else if (anchor->fetched) in anchor_state_update() 1848 if (anchor->fetched) in anchor_state_update() 2282 ta->fetched?" fetched":"", ta->revoked?" revoked":"", buf); in autr_debug_print_ta()
|
/freebsd/usr.sbin/bluetooth/bcmfw/ |
H A D | README | 18 Until then, the firmware files can be fetched as part of
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 62 EVP_MD *fetched = NULL; in pkcs7_bio_add_digest() local 73 fetched = EVP_MD_fetch(ossl_pkcs7_ctx_get0_libctx(ctx), name, in pkcs7_bio_add_digest() 75 if (fetched != NULL) in pkcs7_bio_add_digest() 76 md = fetched; in pkcs7_bio_add_digest() 89 EVP_MD_free(fetched); in pkcs7_bio_add_digest() 92 EVP_MD_free(fetched); in pkcs7_bio_add_digest()
|
/freebsd/contrib/tcpdump/ |
H A D | CONTRIBUTING.md | 175 be fetched using the `GET_*()` macros, which are defined in 222 `U` indicates that an unsigned value is fetched; `S` indicates that a 223 signed value is fetched. For multi-byte values, `BE` indicates that 224 a big-endian value ("network byte order") is fetched, and `LE` 225 indicates that a little-endian value is fetched. *n* is the length, 226 in bytes, of the multi-byte integral value to be fetched.
|
/freebsd/crypto/openssl/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.
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-storeutl.pod.in | 36 decryption as the case may be) fetched from the given URI.
|