Home
last modified time | relevance | path

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

/openssl/providers/implementations/digests/
H A Dsha3_prov.c321 {OSSL_DIGEST_PARAM_XOFLEN, OSSL_PARAM_UNSIGNED_INTEGER, NULL, 0, 0},
340 p = OSSL_PARAM_locate_const(params, OSSL_DIGEST_PARAM_XOFLEN); in shake_set_ctx_params()
/openssl/doc/man7/
H A DEVP_MD-SHAKE.pod55 =item "xoflen" (B<OSSL_DIGEST_PARAM_XOFLEN>) <unsigned integer>
H A Dprovider-digest.pod202 setting the B<OSSL_DIGEST_PARAM_XOFLEN> parameter.
/openssl/include/openssl/
H A Dcore_names.h129 #define OSSL_DIGEST_PARAM_XOFLEN "xoflen" /* size_t */ macro
/openssl/crypto/evp/
H A Ddigest.c503 params[i++] = OSSL_PARAM_construct_size_t(OSSL_DIGEST_PARAM_XOFLEN, &size); in EVP_DigestFinalXOF()
847 params[0] = OSSL_PARAM_construct_size_t(OSSL_DIGEST_PARAM_XOFLEN, &sz); in EVP_MD_CTX_ctrl()
/openssl/doc/man3/
H A DEVP_DigestInit.pod479 =item "xoflen" (B<OSSL_DIGEST_PARAM_XOFLEN>) <unsigned integer>
527 an L<OSSL_PARAM(3)> item with the key "xoflen" (B<OSSL_DIGEST_PARAM_XOFLEN>).

Completed in 19 milliseconds