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

  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 452 # define SM2_ID_LEN sizeof("TLSv1.3+GM+Cipher+Suite") - 1
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 577 #define SM2_ID_LEN sizeof("TLSv1.3+GM+Cipher+Suite") - 1
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 37 milliseconds