Home
last modified time | relevance | path

Searched refs:OSSL_DIGEST_PARAM_XOFLEN (Results 1 – 6 of 6) sorted by relevance

/openssl-master/providers/implementations/digests/
A Dsha3_prov.c279 {OSSL_DIGEST_PARAM_XOFLEN, OSSL_PARAM_UNSIGNED_INTEGER, NULL, 0, 0},
298 p = OSSL_PARAM_locate_const(params, OSSL_DIGEST_PARAM_XOFLEN); in shake_set_ctx_params()
/openssl-master/doc/man7/
A DEVP_MD-SHAKE.pod53 =item "xoflen" (B<OSSL_DIGEST_PARAM_XOFLEN>) <unsigned integer>
A Dprovider-digest.pod202 setting the B<OSSL_DIGEST_PARAM_XOFLEN> parameter.
/openssl-master/include/openssl/
A Dcore_names.h124 #define OSSL_DIGEST_PARAM_XOFLEN "xoflen" /* size_t */ macro
/openssl-master/crypto/evp/
A Ddigest.c475 params[i++] = OSSL_PARAM_construct_size_t(OSSL_DIGEST_PARAM_XOFLEN, &size); in EVP_DigestFinalXOF()
796 params[0] = OSSL_PARAM_construct_size_t(OSSL_DIGEST_PARAM_XOFLEN, &sz); in EVP_MD_CTX_ctrl()
/openssl-master/doc/man3/
A DEVP_DigestInit.pod472 =item "xoflen" (B<OSSL_DIGEST_PARAM_XOFLEN>) <unsigned integer>
520 an L<OSSL_PARAM(3)> item with the key "xoflen" (B<OSSL_DIGEST_PARAM_XOFLEN>).

Completed in 13 milliseconds