Home
last modified time | relevance | path

Searched refs:sm2 (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/node/deps/openssl/openssl/providers/
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),
Ddecoders.inc70 DECODER_w_structure("SM2", der, PrivateKeyInfo, sm2, no),
71 DECODER_w_structure("SM2", der, SubjectPublicKeyInfo, sm2, no),
/third_party/openssl/providers/
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),
Ddecoders.inc70 DECODER_w_structure("SM2", der, PrivateKeyInfo, sm2, no),
71 DECODER_w_structure("SM2", der, SubjectPublicKeyInfo, sm2, no),
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
Dencode_key2any.c1316 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, type_specific_no_pub, der);
1335 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, type_specific_no_pub, pem);
1389 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, EncryptedPrivateKeyInfo, der);
1390 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, EncryptedPrivateKeyInfo, pem);
1391 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, PrivateKeyInfo, der);
1392 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, PrivateKeyInfo, pem);
1393 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, SubjectPublicKeyInfo, der);
1394 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, SubjectPublicKeyInfo, pem);
1446 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, SM2, der);
1447 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, SM2, pem);
Ddecode_der2key.c409 int sm2 = (EC_KEY_get_flags(key) & EC_FLAG_SM2_RANGE) != 0; in ec_check() local
411 return sm2 == (ctx->desc->evp_type == EVP_PKEY_SM2); in ec_check()
784 MAKE_DECODER("SM2", sm2, ec, PrivateKeyInfo);
785 MAKE_DECODER("SM2", sm2, ec, SubjectPublicKeyInfo);
Dencode_key2blob.c177 MAKE_BLOB_ENCODER(sm2, ec, PUBLIC_KEY);
/third_party/openssl/providers/implementations/encode_decode/
Dencode_key2any.c1316 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, type_specific_no_pub, der);
1335 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, type_specific_no_pub, pem);
1389 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, EncryptedPrivateKeyInfo, der);
1390 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, EncryptedPrivateKeyInfo, pem);
1391 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, PrivateKeyInfo, der);
1392 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, PrivateKeyInfo, pem);
1393 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, SubjectPublicKeyInfo, der);
1394 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, SubjectPublicKeyInfo, pem);
1446 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, SM2, der);
1447 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, SM2, pem);
Ddecode_der2key.c409 int sm2 = (EC_KEY_get_flags(key) & EC_FLAG_SM2_RANGE) != 0; in ec_check() local
411 return sm2 == (ctx->desc->evp_type == EVP_PKEY_SM2); in ec_check()
784 MAKE_DECODER("SM2", sm2, ec, PrivateKeyInfo);
785 MAKE_DECODER("SM2", sm2, ec, SubjectPublicKeyInfo);
Dencode_key2blob.c177 MAKE_BLOB_ENCODER(sm2, ec, PUBLIC_KEY);
/third_party/openssl/providers/implementations/asymciphers/
Dbuild.info9 IF[{- !$disabled{"sm2"} -}]
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/
Dbuild.info9 IF[{- !$disabled{"sm2"} -}]
/third_party/node/deps/openssl/openssl/providers/common/der/
Dbuild.info86 IF[{- !$disabled{sm2} -}]
113 IF[{- !$disabled{sm2} -}]
DSM2.asn114 sm2-with-SM3 OBJECT IDENTIFIER ::= { sm-scheme 501 }
/third_party/openssl/providers/common/der/
Dbuild.info86 IF[{- !$disabled{sm2} -}]
113 IF[{- !$disabled{sm2} -}]
DSM2.asn114 sm2-with-SM3 OBJECT IDENTIFIER ::= { sm-scheme 501 }
/third_party/openssl/util/
Dfix-includes.sed2 …gine.h|lhash.h|md32_common.h|objects.h|poly1305.h|sha.h|siphash.h|sm2err.h|sm2.h|sm4.h|sparse_arra…
/third_party/node/deps/openssl/openssl/util/
Dfix-includes.sed2 …gine.h|lhash.h|md32_common.h|objects.h|poly1305.h|sha.h|siphash.h|sm2err.h|sm2.h|sm4.h|sparse_arra…
/third_party/openssl/providers/implementations/signature/
Dbuild.info18 IF[{- !$disabled{sm2} -}]
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
Dbuild.info18 IF[{- !$disabled{sm2} -}]
/third_party/openssl/test/recipes/30-test_evp_data/
Devpmd_sm3.txt16 # From https://tools.ietf.org/html/draft-shen-sm2-ecdsa-02
Devppkey_sm2.txt84 Ctrl = group:sm2
/third_party/node/deps/openssl/openssl/crypto/objects/
Dobj_xref.txt68 SM2_with_SM3 sm3 sm2
/third_party/openssl/crypto/objects/
Dobj_xref.txt68 SM2_with_SM3 sm3 sm2
/third_party/openssl/doc/man7/
DEVP_PKEY-SM2.pod56 Currently, the only valid algorithm name is B<sm2>.

12345