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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/asymciphers/
sm2_enc.c 34 static OSSL_FUNC_asym_cipher_set_ctx_params_fn sm2_set_ctx_params; variable
69 return sm2_set_ctx_params(psm2ctx, params);
187 static int sm2_set_ctx_params(void *vpsm2ctx, const OSSL_PARAM params[]) function
229 (void (*)(void))sm2_set_ctx_params },
  /src/crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/
sm2_enc.c 33 static OSSL_FUNC_asym_cipher_set_ctx_params_fn sm2_set_ctx_params; variable
68 return sm2_set_ctx_params(psm2ctx, params);
187 static int sm2_set_ctx_params(void *vpsm2ctx, const OSSL_PARAM params[]) function
229 (void (*)(void))sm2_set_ctx_params },

Completed in 24 milliseconds