/freebsd/crypto/openssl/crypto/sm3/ |
H A D | build.info | 3 IF[{- !$disabled{sm3} -}] 4 SOURCE[../../libcrypto]=sm3.c legacy_sm3.c
|
/freebsd/crypto/openssl/providers/implementations/digests/ |
H A D | sm3_prov.c | 16 IMPLEMENT_digest_functions(sm3, SM3_CTX,
|
H A D | build.info | 36 IF[{- !$disabled{sm3} -}]
|
/freebsd/crypto/openssl/providers/common/der/ |
H A D | der_sm2_sig.c | 30 MD_CASE(sm3); in ossl_DER_w_algorithmIdentifier_SM2_with_MD()
|
/freebsd/crypto/libecc/src/hash/ |
H A D | meson.build | 3 'sm3.c',
|
H A D | sm3.c | 341 int sm3(const u8 *input, u32 ilen, u8 output[SM3_DIGEST_SIZE]) in sm3() function
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sm3.h | 70 ATTRIBUTE_WARN_UNUSED_RET int sm3(const u8 *input, u32 ilen, u8 output[SM3_DIGEST_SIZE]);
|
H A D | hash_algs.h | 87 sm3_context sm3; member
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmd_sm3.txt | 22 # From https://tools.ietf.org/html/draft-shen-sm3-hash-01
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_xref.txt | 68 SM2_with_SM3 sm3 sm2
|
H A D | obj_mac.num | 1143 sm3 1143
|
/freebsd/secure/lib/libpkgecc/ |
H A D | Makefile | 60 sm3.c \
|
/freebsd/crypto/libecc/ |
H A D | Makefile | 69 …rc/hash/sha*.c) $(wildcard src/hash/bash*.c) src/hash/hash_algs.c src/hash/sm3.c src/hash/streebog…
|
H A D | meson.options | 93 'sm3',
|
/freebsd/crypto/libecc/include/libecc/ |
H A D | meson.build | 90 'hash/sm3.h',
|
/freebsd/crypto/openssl/crypto/ |
H A D | build.info | 6 siphash sm3 des aes rc2 rc4 rc5 idea aria bf cast camellia \
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 255 X86_FEATURE_COMPAT(SM3, "sm3", 0)
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-pkeyutl.pod.in | 424 openssl pkeyutl -sign -in file -inkey sm2.key -out sig -rawin -digest sm3 \ 430 -rawin -digest sm3 -pkeyopt distid:someid
|
H A D | openssl-req.pod.in | 615 openssl req -new -key sm2.key -out sm2.csr -sm3 -sigopt "distid:1234567812345678" 619 openssl req -verify -in sm2.csr -sm3 -vfyopt "distid:1234567812345678"
|
H A D | openssl.pod | 375 =item B<sm3>
|
H A D | openssl-ca.pod.in | 658 openssl ca -in sm2.csr -out sm2.crt -md sm3 \
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 1970 EVP_MD *sm3 = NULL; in test_EVP_SM2_verify() local 1991 if (!TEST_ptr(sm3 = EVP_MD_fetch(testctx, "sm3", testpropq))) in test_EVP_SM2_verify() 1994 if (!TEST_true(EVP_DigestVerifyInit(mctx, NULL, sm3, NULL, pkey))) in test_EVP_SM2_verify() 2012 EVP_MD_free(sm3); in test_EVP_SM2_verify()
|
H A D | build.info | 633 IF[{- !$disabled{sm3} -}]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsX86.def | 2106 TARGET_BUILTIN(__builtin_ia32_vsm3msg1, "V4UiV4UiV4UiV4Ui", "nV:128:", "sm3") 2107 TARGET_BUILTIN(__builtin_ia32_vsm3msg2, "V4UiV4UiV4UiV4Ui", "nV:128:", "sm3") 2108 TARGET_BUILTIN(__builtin_ia32_vsm3rnds2, "V4UiV4UiV4UiV4UiIUi", "nV:128:", "sm3")
|
/freebsd/secure/lib/libcrypto/ |
H A D | Makefile | 690 ${LCRYPTO_SRC}/crypto/sm3 \
|