Home
last modified time | relevance | path

Searched refs:SM2 (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_PKEY-SM2.pod5 EVP_PKEY-SM2, EVP_KEYMGMT-SM2, SM2
6 - EVP_PKEY keytype support for the Chinese SM2 signature and encryption algorithms
10 The B<SM2> algorithm was first defined by the Chinese national standard GM/T
11 0003-2012 and was later standardized by ISO as ISO/IEC 14888. B<SM2> is actually
15 When doing the B<SM2> signature algorithm, it requires a distinguishing identifier
18 =head2 Common SM2 parameters
20 SM2 uses the parameters defined in L<EVP_PKEY-EC(7)/Common EC parameters>.
27 This parameter is ignored for B<SM2>.
38 B<SM2> signatures can be generated by using the 'DigestSign' series of APIs, for
41 Note that the SM2 algorithm requires the presence of the public key for signatures,
[all …]
H A DEVP_ASYM_CIPHER-SM2.pod5 EVP_ASYM_CIPHER-SM2
6 - SM2 Asymmetric Cipher algorithm support
10 Asymmetric Cipher support for the B<SM2> key type.
12 =head2 SM2 Asymmetric Cipher parameters
26 L<EVP_PKEY-SM2(7)>,
H A DOSSL_PROVIDER-default.pod191 =item SM2, see L<EVP_ASYM_CIPHER-SM2(7)>
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A DSM2.pod5 SM2 - Chinese SM2 signature and encryption algorithm support
9 The B<SM2> algorithm was first defined by the Chinese national standard GM/T
10 0003-2012 and was later standardized by ISO as ISO/IEC 14888. B<SM2> is actually
14 When doing the B<SM2> signature algorithm, it requires a distinguishing identifier
19 B<SM2> signatures can be generated by using the 'DigestSign' series of APIs, for
23 There are several special steps that need to be done before computing an B<SM2>
47 a message with the SM2 signature algorithm and the SM3 hash algorithm:
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devppkey_sm2.txt19 Title = SM2 tests
66 Output = "Some longer plaintext for testing SM2 decryption. Blah blah blah blah blah blah blah blah…
68 # This is a "fake" test as it does only verify that the SM2 EVP_PKEY interface
78 Title = SM2 key generation tests
80 KeyGen = SM2
83 KeyGen = SM2
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DCuda.cpp68 #define SM2(sm, ca) \ macro
70 #define SM(sm) SM2(sm, "compute_" #sm)
76 SM2(20, "compute_20"), SM2(21, "compute_20"), // Fermi
116 #undef SM2
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DX509_get0_distinguishing_id.pod31 The SM2 signature algorithm requires a Distinguishing ID value when generating
33 In the context of SM2, the Distinguishing ID is often referred to as the "SM2
62 L<X509_verify(3)>, L<SM2(7)>
H A DEVP_PKEY_get_group_name.pod26 SM2 keys. Other providers may support this for additional key types.
H A DEVP_PKEY_get_field_type.pod29 SM2 keys. Other providers may support this for additional key types.
H A DEVP_PKEY_set1_RSA.pod173 the passed B<EC_KEY> is an L<SM2(7)> key, and will set the B<EVP_PKEY>
207 L<EVP_PKEY_new(3)>, L<SM2(7)>
/netbsd-src/crypto/external/bsd/openssl/dist/providers/
H A Dencoders.inc65 ENCODER_TEXT("SM2", sm2, no),
114 ENCODER_w_structure("SM2", sm2, no, der, type_specific_no_pub),
115 ENCODER_w_structure("SM2", sm2, no, pem, type_specific_no_pub),
116 ENCODER("SM2", sm2, no, blob),
213 ENCODER_w_structure("SM2", sm2, no, der, EncryptedPrivateKeyInfo),
214 ENCODER_w_structure("SM2", sm2, no, pem, EncryptedPrivateKeyInfo),
215 ENCODER_w_structure("SM2", sm2, no, der, PrivateKeyInfo),
216 ENCODER_w_structure("SM2", sm2, no, pem, PrivateKeyInfo),
217 ENCODER_w_structure("SM2", sm2, no, der, SubjectPublicKeyInfo),
218 ENCODER_w_structure("SM2", sm2, no, pem, SubjectPublicKeyInfo),
H A Ddecoders.inc70 DECODER_w_structure("SM2", der, PrivateKeyInfo, sm2, no),
71 DECODER_w_structure("SM2", der, SubjectPublicKeyInfo, sm2, no),
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Drl78-decode.opc129 #define SM2(r1,r2,a) OPX (1, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a)
213 ID(add); DR(A); SM2(HL, B, 0); Fzac;
219 ID(add); DR(A); SM2(HL, C, 0); Fzac;
245 ID(addc); DR(A); SM2(HL, B, 0); Fzac;
248 ID(addc); DR(A); SM2(HL, C, 0); Fzac;
297 ID(and); DR(A); SM2(HL, B, 0); Fz;
303 ID(and); DR(A); SM2(HL, C, 0); Fz;
498 ID(cmp); DR(A); SM2(HL, B, 0); Fzac;
501 ID(cmp); DR(A); SM2(HL, C, 0); Fzac;
666 ID(mov); DR(A); SM2(HL, B, 0);
[all …]
H A Drl78-decode.c131 #define SM2(r1,r2,a) OPX (1, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a) macro
2266 ID(add); DR(A); SM2(HL, B, 0); Fzac; in rl78_decode_opcode()
2281 ID(add); DR(A); SM2(HL, C, 0); Fzac; in rl78_decode_opcode()
2390 ID(addc); DR(A); SM2(HL, B, 0); Fzac; in rl78_decode_opcode()
2405 ID(addc); DR(A); SM2(HL, C, 0); Fzac; in rl78_decode_opcode()
2421 ID(sub); DR(A); SM2(HL, B, 0); Fzac; in rl78_decode_opcode()
2436 ID(sub); DR(A); SM2(HL, C, 0); Fzac; in rl78_decode_opcode()
2466 ID(xch); DR(A); SM2(HL, C, 0); in rl78_decode_opcode()
2571 ID(subc); DR(A); SM2(HL, B, 0); Fzac; in rl78_decode_opcode()
2586 ID(subc); DR(A); SM2(HL, C, 0); Fzac; in rl78_decode_opcode()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Drl78-decode.opc129 #define SM2(r1,r2,a) OPX (1, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a)
213 ID(add); DR(A); SM2(HL, B, 0); Fzac;
219 ID(add); DR(A); SM2(HL, C, 0); Fzac;
245 ID(addc); DR(A); SM2(HL, B, 0); Fzac;
248 ID(addc); DR(A); SM2(HL, C, 0); Fzac;
297 ID(and); DR(A); SM2(HL, B, 0); Fz;
303 ID(and); DR(A); SM2(HL, C, 0); Fz;
498 ID(cmp); DR(A); SM2(HL, B, 0); Fzac;
501 ID(cmp); DR(A); SM2(HL, C, 0); Fzac;
666 ID(mov); DR(A); SM2(HL, B, 0);
[all …]
H A Drl78-decode.c131 #define SM2(r1,r2,a) OPX (1, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a) macro
2266 ID(add); DR(A); SM2(HL, B, 0); Fzac; in rl78_decode_opcode()
2281 ID(add); DR(A); SM2(HL, C, 0); Fzac; in rl78_decode_opcode()
2390 ID(addc); DR(A); SM2(HL, B, 0); Fzac; in rl78_decode_opcode()
2405 ID(addc); DR(A); SM2(HL, C, 0); Fzac; in rl78_decode_opcode()
2421 ID(sub); DR(A); SM2(HL, B, 0); Fzac; in rl78_decode_opcode()
2436 ID(sub); DR(A); SM2(HL, C, 0); Fzac; in rl78_decode_opcode()
2466 ID(xch); DR(A); SM2(HL, C, 0); in rl78_decode_opcode()
2571 ID(subc); DR(A); SM2(HL, B, 0); Fzac; in rl78_decode_opcode()
2586 ID(subc); DR(A); SM2(HL, C, 0); Fzac; in rl78_decode_opcode()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/providers/common/der/
H A DSM2.asn112 -- OID for SM2 signatures with SM3
16 -- Named Elliptic Curves of SM2
H A Dbuild.info85 #----- SM2
92 DEPEND[$DER_SM2_GEN]=oids_to_c.pm SM2.asn1
97 DEPEND[$DER_SM2_H]=oids_to_c.pm SM2.asn1
H A Dder_sm2_gen.c.in16 $OUT = oids_to_c::process_leaves('providers/common/der/SM2.asn1',
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-pkeyutl.pod.in74 default digest algorithm. For SM2, it will be SM3. If this option is present,
328 =head1 SM2 chapter
330 The SM2 algorithm supports sign, verify, encrypt and decrypt operations. For
331 the sign and verify operations, SM2 requires an Distinguishing ID string to
338 This sets the ID string used in SM2 sign or verify operations. While verifying
339 an SM2 signature, the ID string must be the same one used when signing the data.
344 This sets the ID string used in SM2 sign or verify operations. While verifying
345 an SM2 signature, the ID string must be the same one used when signing the data.
389 Sign some data using an L<SM2(7)> private key and a specific ID:
394 Verify some data using an L<SM2(7)> certificate and a specific ID:
/netbsd-src/crypto/external/bsd/openssl/dist/providers/common/include/prov/
H A Dder_sm2.h.in17 $OUT = oids_to_c::process_leaves('providers/common/der/SM2.asn1',
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc160 EVP_ASYM_CIPHER-SM2.7 \
239 EVP_PKEY-SM2.7 \
490 SM2.7 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEVP_PKEY_set1_RSA.pod94 to support SM2 keys, which use an identical encoding to ECDSA.
139 After loading an ECC key, it is possible to convert it to using SM2
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Dopenssl.ec35 L SM2 include/crypto/sm2.h crypto/sm2/sm2_err.c
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc277 SM2.7 \

12