Home
last modified time | relevance | path

Searched refs:xof (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dmac_lib.c129 static int evp_mac_final(EVP_MAC_CTX *ctx, int xof, in evp_mac_final() argument
159 if (xof) { in evp_mac_final()
160 params[0] = OSSL_PARAM_construct_int(OSSL_MAC_PARAM_XOF, &xof); in evp_mac_final()
H A Ddigest.c909 int ok, xof = 0, algid_absent = 0; in evp_md_cache_constants() local
916 params[2] = OSSL_PARAM_construct_int(OSSL_DIGEST_PARAM_XOF, &xof); in evp_md_cache_constants()
926 if (xof) in evp_md_cache_constants()
/third_party/openssl/crypto/evp/
H A Dmac_lib.c129 static int evp_mac_final(EVP_MAC_CTX *ctx, int xof, in evp_mac_final() argument
159 if (xof) { in evp_mac_final()
160 params[0] = OSSL_PARAM_construct_int(OSSL_MAC_PARAM_XOF, &xof); in evp_mac_final()
H A Ddigest.c909 int ok, xof = 0, algid_absent = 0; in evp_md_cache_constants() local
916 params[2] = OSSL_PARAM_construct_int(OSSL_DIGEST_PARAM_XOF, &xof); in evp_md_cache_constants()
926 if (xof) in evp_md_cache_constants()
/third_party/openssl/test/
H A Devp_test.c406 int xof = 0; in digest_test_run() local
436 xof = (EVP_MD_get_flags(expected->digest) & EVP_MD_FLAG_XOF) != 0; in digest_test_run()
437 if (xof) { in digest_test_run()
484 && !xof in digest_test_run()
1134 int xof; member
1248 return mdata->xof = 1; in mac_test_parse()
1309 if (expected->xof) in mac_test_run_pkey()
1417 int xof; in mac_test_run_mac() local
1548 xof = expected->xof; in mac_test_run_mac()
[all...]

Completed in 14 milliseconds