Home
last modified time | relevance | path

Searched refs:OSSL_DIGEST_PARAM_SIZE (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/digests/
H A Ddigestcommon.c24 p = OSSL_PARAM_locate(params, OSSL_DIGEST_PARAM_SIZE); in ossl_digest_default_get_params()
46 OSSL_PARAM_size_t(OSSL_DIGEST_PARAM_SIZE, NULL),
H A Dblake2_prov.c20 {OSSL_DIGEST_PARAM_SIZE, OSSL_PARAM_UNSIGNED_INTEGER, NULL, 0, 0}, \
48 p = OSSL_PARAM_locate(params, OSSL_DIGEST_PARAM_SIZE); \
71 p = OSSL_PARAM_locate_const(params, OSSL_DIGEST_PARAM_SIZE); \
H A Dsha3_prov.c589 {OSSL_DIGEST_PARAM_SIZE, OSSL_PARAM_UNSIGNED_INTEGER, NULL, 0, 0}, in shake_gettable_ctx_params()
611 p = OSSL_PARAM_locate(params, OSSL_DIGEST_PARAM_SIZE); in shake_get_ctx_params()
624 {OSSL_DIGEST_PARAM_SIZE, OSSL_PARAM_UNSIGNED_INTEGER, NULL, 0, 0}, in shake_settable_ctx_params()
643 p = OSSL_PARAM_locate_const(params, OSSL_DIGEST_PARAM_SIZE); in shake_set_ctx_params()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MD-BLAKE2.pod35 =item "size" (B<OSSL_DIGEST_PARAM_SIZE>) <unsigned integer>
52 =item "size" (B<OSSL_DIGEST_PARAM_SIZE>) <unsigned integer>
H A DEVP_MD-common.pod23 =item "size" (B<OSSL_DIGEST_PARAM_SIZE>) <unsigned integer>
H A DEVP_MD-SHAKE.pod67 =item "size" (B<OSSL_DIGEST_PARAM_SIZE>) <unsigned integer>
H A Dprovider-digest.pod195 =item "size" (B<OSSL_DIGEST_PARAM_SIZE>) <unsigned integer>
/freebsd/crypto/openssl/test/
H A Duser_property_test.c32 p = OSSL_PARAM_locate(params, OSSL_DIGEST_PARAM_SIZE); in tmpmd_get_params()
H A Devp_test.c783 *p++ = OSSL_PARAM_construct_size_t(OSSL_DIGEST_PARAM_SIZE, in digest_test_run()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h220 # define OSSL_DIGEST_PARAM_SIZE "size" macro
/freebsd/crypto/openssl/crypto/evp/
H A Devp_lib.c1044 OSSL_DIGEST_PARAM_SIZE) != NULL) { in EVP_MD_CTX_get_size_ex()
1053 params[0] = OSSL_PARAM_construct_size_t(OSSL_DIGEST_PARAM_SIZE, &sz); in EVP_MD_CTX_get_size_ex()
H A Ddigest.c996 params[1] = OSSL_PARAM_construct_size_t(OSSL_DIGEST_PARAM_SIZE, &mdsize); in evp_md_cache_constants()
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dargon2.c826 par[0] = OSSL_PARAM_construct_size_t(OSSL_DIGEST_PARAM_SIZE, &outlen); in blake2b_md()
871 par[0] = OSSL_PARAM_construct_size_t(OSSL_DIGEST_PARAM_SIZE, &outlen_md); in blake2b_long()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_DigestInit.pod520 =item "size" (B<OSSL_DIGEST_PARAM_SIZE>) <unsigned integer>