Home
last modified time | relevance | path

Searched refs:fetched (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/crypto/openssl/test/
H A Dnamemap_internal_test.c135 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 DRAND_set_DRBG_type.pod22 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 DEVP_DigestInit.pod158 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 DEVP_EncryptInit.pod269 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 DOCSP_response_status.pod56 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 DEVP_KDF.pod84 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 DTS_RESP_CTX_new.pod23 supply the fetched algorithms.
H A DEVP_MAC.pod104 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 DX509_new.pod28 fetched algorithms (SHA1 is used internally). This created X509 object can then
H A DSRP_Calc_B.pod65 are fetched and used during the calculation use the provided I<libctx> and
H A DEVP_RAND.pod105 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 DEVP_ASYM_CIPHER_free.pod57 fetched from.
H A DEVP_KEYEXCH_free.pod50 fetched from.
H A DEVP_SIGNATURE.pod61 fetched from.
/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_md_get_number.pod45 useful with fetched B<EVP_CIPHER>s.
70 only useful with fetched B<EVP_MD>s.
H A Devp_pkey_export_to_provider.pod31 exported, then I<*keymgmt> is assigned the implicitly fetched B<EVP_KEYMGMT>.
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c1557 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 Dautotrust.h81 uint8_t fetched; member
H A Dautotrust.c1328 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 DREADME18 Until then, the firmware files can be fetched as part of
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c62 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 DCONTRIBUTING.md175 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 DEVP_PKEY-HMAC.pod34 A property query string to be used when any algorithms are fetched.
H A Dcrypto.pod102 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 Dopenssl-storeutl.pod.in36 decryption as the case may be) fetched from the given URI.

123