Home
last modified time | relevance | path

Searched refs:SM2 (Results 1 - 6 of 6) sorted by relevance

/third_party/lzma/C/
H A DSha256Opt.c107 #define SM2(g0, g1, g2, g3) \ macro
189 R16 ( 0, NNN, NNN, SM1, NNN, SM1, SM2, SM1, SM2 ) in Sha256_UpdateBlocks_HW()
190 R16 ( 1, SM1, SM2, SM1, SM2, SM1, SM2, SM1, SM2 ) in Sha256_UpdateBlocks_HW()
191 R16 ( 2, SM1, SM2, SM1, SM2, SM1, SM2, SM in Sha256_UpdateBlocks_HW()
275 #define SM2 global() macro
382 #undef SM2 global() macro
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey.rs89 pub const SM2: Id = Id(ffi::EVP_PKEY_SM2); consts
H A Dnid.rs1078 pub const SM2: Nid = Nid(ffi::NID_sm2); consts
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c744 * Albeit SM2 is a slightly different algorithm than ECDSA, the key type
748 * This leaves the distinction of SM2 keys to the EC group (which is found
752 # define sm2_input_type "SM2"
753 # define sm2_pem_type "SM2"
1457 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, SM2, der);
1458 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, SM2, pem);
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c744 # define sm2_input_type "SM2"
745 # define sm2_pem_type "SM2"
1446 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, SM2, der);
1447 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, SM2, pem);
/third_party/node/src/crypto/
H A Dcrypto_util.cc538 V(SM2) \ in SetFipsCrypto()

Completed in 13 milliseconds