Home
last modified time | relevance | path

Searched refs:EVP_DigestFinalXOF (Results 1 – 25 of 29) sorted by relevance

12

/third_party/openssl/doc/life-cycles/
Ddigest.dot16 updated -> finaled [label="EVP_DigestFinalXOF",
19 finaled -> finaled [taillabel="EVP_DigestFinalXOF",
/third_party/openssl/crypto/ec/curve448/
Deddsa.c40 || !EVP_DigestFinalXOF(hashctx, out, outlen)) in oneshot_hash()
209 if (!EVP_DigestFinalXOF(hashctx, nonce, sizeof(nonce))) in ossl_c448_ed448_sign()
240 || !EVP_DigestFinalXOF(hashctx, challenge, sizeof(challenge))) in ossl_c448_ed448_sign()
339 || !EVP_DigestFinalXOF(hashctx, challenge, sizeof(challenge))) { in ossl_c448_ed448_verify()
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
Deddsa.c40 || !EVP_DigestFinalXOF(hashctx, out, outlen)) in oneshot_hash()
209 if (!EVP_DigestFinalXOF(hashctx, nonce, sizeof(nonce))) in ossl_c448_ed448_sign()
240 || !EVP_DigestFinalXOF(hashctx, challenge, sizeof(challenge))) in ossl_c448_ed448_sign()
339 || !EVP_DigestFinalXOF(hashctx, challenge, sizeof(challenge))) { in ossl_c448_ed448_verify()
/third_party/openssl/demos/digest/
DEVP_MD_xof.c105 if (EVP_DigestFinalXOF(ctx, digest, digest_len) == 0) { in main()
/third_party/openssl/doc/man7/
Dlife_cycle-digest.pod71 | | EVP_DigestFinal | EVP_DigestFinalXOF |
100 EVP_DigestFinalXOF finaled
150 <tr><th style="border:1px solid" align="left">EVP_DigestFinalXOF</th>
/third_party/node/src/crypto/
Dcrypto_hash.cc193 ret = EVP_DigestFinalXOF( in HashDigest()
307 : EVP_DigestFinalXOF(ctx.get(), buf.data<unsigned char>(), length); in DeriveBits()
/third_party/rust/crates/rust-openssl/openssl/src/
Dmd_ctx.rs259 #[corresponds(EVP_DigestFinalXOF)]
264 cvt(ffi::EVP_DigestFinalXOF( in digest_final_xof()
Dhash.rs324 cvt(ffi::EVP_DigestFinalXOF( in finish_xof()
/third_party/openssl/test/
Dcurve448_internal_test.c592 || !EVP_DigestFinalXOF(hashctx, hashout, sizeof(hashout))) in dohash()
Devp_test.c448 if (!EVP_DigestFinalXOF(mctx_cpy, (unsigned char *)dont, 0)) { in digest_test_run()
461 if (!EVP_DigestFinalXOF(mctx, got, got_len)) { in digest_test_run()
/third_party/openssl/doc/man3/
DEVP_DigestInit.pod14 EVP_DigestUpdate, EVP_DigestFinal_ex, EVP_DigestFinalXOF, EVP_DigestFinal,
64 int EVP_DigestFinalXOF(EVP_MD_CTX *ctx, unsigned char *md, size_t len);
288 =item EVP_DigestFinalXOF()
513 EVP_DigestFinalXOF() is preferred.
572 EVP_DigestFinalXOF(), and
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
Dkmac_prov.c350 && EVP_DigestFinalXOF(ctx, out, kctx->out_len); in kmac_final()
/third_party/openssl/providers/implementations/macs/
Dkmac_prov.c350 && EVP_DigestFinalXOF(ctx, out, kctx->out_len); in kmac_final()
/third_party/openssl/apps/
Ddgst.c607 if (!EVP_DigestFinalXOF(ctx, buf, len)) { in do_fp()
/third_party/node/deps/openssl/openssl/apps/
Ddgst.c609 if (!EVP_DigestFinalXOF(ctx, buf, len)) { in do_fp()
/third_party/python/Modules/
D_hashopenssl.c736 if (!EVP_DigestFinalXOF(temp_ctx, in EVPXOF_digest_impl()
784 if (!EVP_DigestFinalXOF(temp_ctx, digest, length)) { in EVPXOF_hexdigest_impl()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Devp.rs94 pub fn EVP_DigestFinalXOF(ctx: *mut EVP_MD_CTX, res: *mut u8, len: usize) -> c_int; in EVP_DigestFinalXOF() function
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
Decx_kmgmt.c1037 if (EVP_DigestFinalXOF(hashctx, buff, sizeof(buff)) != 1) in s390x_ecd_keygen448()
/third_party/openssl/providers/implementations/keymgmt/
Decx_kmgmt.c1034 if (EVP_DigestFinalXOF(hashctx, buff, sizeof(buff)) != 1) in s390x_ecd_keygen448()
/third_party/openssl/crypto/evp/
Ddigest.c473 int EVP_DigestFinalXOF(EVP_MD_CTX *ctx, unsigned char *md, size_t size) in EVP_DigestFinalXOF() function
/third_party/node/deps/openssl/openssl/crypto/evp/
Ddigest.c473 int EVP_DigestFinalXOF(EVP_MD_CTX *ctx, unsigned char *md, size_t size) in EVP_DigestFinalXOF() function
/third_party/node/deps/openssl/openssl/crypto/ec/
Decx_meth.c1136 if (EVP_DigestFinalXOF(hashctx, buff, sizeof(buff)) != 1) in s390x_pkey_ecd_keygen448()
/third_party/openssl/crypto/ec/
Decx_meth.c1136 if (EVP_DigestFinalXOF(hashctx, buff, sizeof(buff)) != 1) in s390x_pkey_ecd_keygen448()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h562 __owur int EVP_DigestFinalXOF(EVP_MD_CTX *ctx, unsigned char *md,
/third_party/node/deps/openssl/openssl/include/openssl/
Devp.h727 __owur int EVP_DigestFinalXOF(EVP_MD_CTX *ctx, unsigned char *md,

12