Searched refs:ctx (Results 1 - 9 of 9) sorted by relevance
/interface/sdk_c/CryptoArchitectureKit/ |
H A D | crypto_signature.h | 78 * @param ctx Indicates the pointer to the verify context. 91 * @param ctx Indicates the verify context. 102 OH_Crypto_ErrCode OH_CryptoVerify_Init(OH_CryptoVerify *ctx, OH_CryptoPubKey *pubKey); 107 * @param ctx Indicates the verify context. 118 OH_Crypto_ErrCode OH_CryptoVerify_Update(OH_CryptoVerify *ctx, Crypto_DataBlob *in); 123 * @param ctx Indicates the verify context. 131 bool OH_CryptoVerify_Final(OH_CryptoVerify *ctx, Crypto_DataBlob *in, Crypto_DataBlob *signData); 136 * @param ctx Indicates the verify context. 146 OH_Crypto_ErrCode OH_CryptoVerify_Recover(OH_CryptoVerify *ctx, Crypto_DataBlob *signData, 152 * @param ctx Indicate [all...] |
H A D | crypto_digest.h | 56 * @param ctx Indicates the pointer to the md context. 64 OH_Crypto_ErrCode OH_CryptoDigest_Create(const char *algoName, OH_CryptoDigest **ctx); 69 * @param ctx Indicates the digest context. 79 OH_Crypto_ErrCode OH_CryptoDigest_Update(OH_CryptoDigest *ctx, Crypto_DataBlob *in); 84 * @param ctx Indicates the digest context. 94 OH_Crypto_ErrCode OH_CryptoDigest_Final(OH_CryptoDigest *ctx, Crypto_DataBlob *out); 99 * @param ctx Indicates the digest context. 107 uint32_t OH_CryptoDigest_GetLength(OH_CryptoDigest *ctx); 112 * @param ctx Indicates the digest context. 116 const char *OH_CryptoDigest_GetAlgoName(OH_CryptoDigest *ctx); [all...] |
H A D | crypto_sym_cipher.h | 117 * @param ctx Indicates the pointer to the symmetric key cipher context. 125 OH_Crypto_ErrCode OH_CryptoSymCipher_Create(const char *algoName, OH_CryptoSymCipher **ctx); 130 * @param ctx Indicates the symmetric key cipher context. 143 OH_Crypto_ErrCode OH_CryptoSymCipher_Init(OH_CryptoSymCipher *ctx, Crypto_CipherMode mod, 149 * @param ctx Indicates the symmetric key cipher context. 161 OH_Crypto_ErrCode OH_CryptoSymCipher_Update(OH_CryptoSymCipher *ctx, Crypto_DataBlob *in, Crypto_DataBlob *out); 166 * @param ctx Indicates the symmetric key cipher context. 178 OH_Crypto_ErrCode OH_CryptoSymCipher_Final(OH_CryptoSymCipher *ctx, Crypto_DataBlob *in, Crypto_DataBlob *out); 183 * @param ctx Indicates the symmetric key context. 187 const char *OH_CryptoSymCipher_GetAlgoName(OH_CryptoSymCipher *ctx); [all...] |
H A D | crypto_sym_key.h | 63 * @param ctx Indicates the pointer to the symmetric key generator context. 71 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Create(const char *algoName, OH_CryptoSymKeyGenerator **ctx); 76 * @param ctx Indicates the Symmetric key generator context. 85 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Generate(OH_CryptoSymKeyGenerator *ctx, OH_CryptoSymKey **keyCtx); 90 * @param ctx Indicates the symmetric key generator context. 100 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Convert(OH_CryptoSymKeyGenerator *ctx, 106 * @param ctx Indicates the symmetric key generator context. 110 const char *OH_CryptoSymKeyGenerator_GetAlgoName(OH_CryptoSymKeyGenerator *ctx); 115 * @param ctx Indicates the symmetric key generator context. 118 void OH_CryptoSymKeyGenerator_Destroy(OH_CryptoSymKeyGenerator *ctx); [all...] |
H A D | crypto_asym_key.h | 154 * @param ctx Indicates the pointer to asymmetric key generator context. 162 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Create(const char *algoName, OH_CryptoAsymKeyGenerator **ctx); 167 * @param ctx Indicates the asymmetric key generator context. 176 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Generate(OH_CryptoAsymKeyGenerator *ctx, OH_CryptoKeyPair **keyCtx); 181 * @param ctx Indicates the asymmetric key generator context. 193 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Convert(OH_CryptoAsymKeyGenerator *ctx, Crypto_EncodingType type, 199 * @param ctx Indicates the asymmetric key generator context. 203 const char *OH_CryptoAsymKeyGenerator_GetAlgoName(OH_CryptoAsymKeyGenerator *ctx); 208 * @param ctx Indicates the asymmetric key generator context. 211 void OH_CryptoAsymKeyGenerator_Destroy(OH_CryptoAsymKeyGenerator *ctx); [all...] |
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/log/ |
H A D | Logger.java | 86 LoggerContext ctx = null; in init() 88 ctx = (LoggerContext) context; in init() 90 Configuration config = ctx.getConfiguration(); in init() 107 ctx.updateLoggers(); in init()
|
/interface/sdk_c/third_party/egl/EGL/ |
H A D | egl.h | 112 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx);
122 typedef EGLBoolean (EGLAPIENTRYP PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
123 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
137 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
147 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
148 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
318 typedef EGLImage (EGLAPIENTRYP PFNEGLCREATEIMAGEPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
329 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
|
H A D | eglext.h | 189 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
192 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
|
/interface/sdk_c/third_party/musl/ndk_musl_include/arpa/ |
H A D | nameser.h | 133 void *ctx;
member
|
Completed in 8 milliseconds