HomeSort by: relevance | last modified time | path
    Searched refs:SM2_ID (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 451 # define SM2_ID "TLSv1.3+GM+Cipher+Suite"
3078 if (EVP_PKEY_CTX_set1_id(sm2_pctx, SM2_ID, SM2_ID_LEN) != 1
3079 || EVP_PKEY_CTX_set1_id(sm2_vfy_pctx, SM2_ID, SM2_ID_LEN) != 1)
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 576 #define SM2_ID "TLSv1.3+GM+Cipher+Suite"
3855 if (EVP_PKEY_CTX_set1_id(sm2_pctx, SM2_ID, SM2_ID_LEN) != 1
3856 || EVP_PKEY_CTX_set1_id(sm2_vfy_pctx, SM2_ID, SM2_ID_LEN) != 1)

Completed in 35 milliseconds