Searched refs:CreateCryptCtx (Results 1 – 5 of 5) sorted by relevance
68 NSTACKX_EXPORT MBEDTLS_CTX *CreateCryptCtx(void);
71 NSTACKX_EXPORT EVP_CIPHER_CTX *CreateCryptCtx(void);
37 EVP_CIPHER_CTX *CreateCryptCtx() in CreateCryptCtx() function247 EVP_CIPHER_CTX *CreateCryptCtx(void) in CreateCryptCtx() function
28 MBEDTLS_CTX *CreateCryptCtx(void) in CreateCryptCtx() function
1057 fileList->cryptPara.ctx = CreateCryptCtx(); in SetCryptPara()