Home
last modified time | relevance | path

Searched defs:ctx (Results 4976 - 5000 of 5266) sorted by relevance

1...<<191192193194195196197198199200>>...211

/third_party/python/Include/internal/
H A Dpycore_ast.h454 expr_context_ty ctx; member
460 expr_context_ty ctx; member
465 expr_context_ty ctx; member
470 expr_context_ty ctx; member
475 expr_context_ty ctx; member
480 expr_context_ty ctx; member
[all...]
/third_party/skia/tools/viewer/
H A DViewer.cpp1892 auto ctx = fWindow->directContext(); in drawImGui() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duresbund.cpp2506 ULocalesContext *ctx = (ULocalesContext *)enumerator->context; in ures_loc_closeLocales() local
2515 ULocalesContext *ctx = (ULocalesContext *)en->context; in ures_loc_countLocales() local
2526 ULocalesContext *ctx = (ULocalesContext *)en->context; in ures_loc_nextLocale() local
/third_party/python/Objects/
H A Dobmalloc.c93 _PyMem_RawMalloc(void *ctx, size_t size) _PyMem_RawMalloc() argument
105 _PyMem_RawCalloc(void *ctx, size_t nelem, size_t elsize) _PyMem_RawCalloc() argument
119 _PyMem_RawRealloc(void *ctx, void *ptr, size_t size) _PyMem_RawRealloc() argument
127 _PyMem_RawFree(void *ctx, void *ptr) _PyMem_RawFree() argument
135 _PyObject_ArenaVirtualAlloc(void *ctx, size_t size) _PyObject_ArenaVirtualAlloc() argument
142 _PyObject_ArenaVirtualFree(void *ctx, void *ptr, size_t size) _PyObject_ArenaVirtualFree() argument
149 _PyObject_ArenaMmap(void *ctx, size_t size) _PyObject_ArenaMmap() argument
161 _PyObject_ArenaMunmap(void *ctx, void *ptr, size_t size) _PyObject_ArenaMunmap() argument
168 _PyObject_ArenaMalloc(void *ctx, size_t size) _PyObject_ArenaMalloc() argument
174 _PyObject_ArenaFree(void *ctx, void *ptr, size_t size) _PyObject_ArenaFree() argument
1948 pymalloc_alloc(void *ctx, size_t nbytes) pymalloc_alloc() argument
1996 _PyObject_Malloc(void *ctx, size_t nbytes) _PyObject_Malloc() argument
2012 _PyObject_Calloc(void *ctx, size_t nelem, size_t elsize) _PyObject_Calloc() argument
2218 pymalloc_free(void *ctx, void *p) pymalloc_free() argument
2276 _PyObject_Free(void *ctx, void *p) _PyObject_Free() argument
2301 pymalloc_realloc(void *ctx, void **newptr_p, void *p, size_t nbytes) pymalloc_realloc() argument
2362 _PyObject_Realloc(void *ctx, void *ptr, size_t nbytes) _PyObject_Realloc() argument
2479 _PyMem_DebugRawAlloc(int use_calloc, void *ctx, size_t nbytes) _PyMem_DebugRawAlloc() argument
2539 _PyMem_DebugRawMalloc(void *ctx, size_t nbytes) _PyMem_DebugRawMalloc() argument
2545 _PyMem_DebugRawCalloc(void *ctx, size_t nelem, size_t elsize) _PyMem_DebugRawCalloc() argument
2560 _PyMem_DebugRawFree(void *ctx, void *p) _PyMem_DebugRawFree() argument
2580 _PyMem_DebugRawRealloc(void *ctx, void *p, size_t nbytes) _PyMem_DebugRawRealloc() argument
2690 _PyMem_DebugMalloc(void *ctx, size_t nbytes) _PyMem_DebugMalloc() argument
2697 _PyMem_DebugCalloc(void *ctx, size_t nelem, size_t elsize) _PyMem_DebugCalloc() argument
2705 _PyMem_DebugFree(void *ctx, void *ptr) _PyMem_DebugFree() argument
2713 _PyMem_DebugRealloc(void *ctx, void *ptr, size_t nbytes) _PyMem_DebugRealloc() argument
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs320 let mut ctx = mem::zeroed(); in x509v3_context() variables
908 let mut ctx; in new() variables
959 let mut ctx; in new_nid() variables
1418 let mut ctx = mem::zeroed(); x509v3_context() variables
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp434 virtual void evaluate (gls::ShaderEvalContext& ctx) { m_evalFunc(ctx, m_lookupParams); } in evaluate() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp130 static bool checkSupport(Context& ctx) in checkSupport() argument
2060 void GeometryShaderRenderTest::renderWithContext (sglr::Context& ctx, sglr::ShaderProgram& program, tcu::Surface& dstSurface) in renderWithContext() argument
2163 preRender(sglr::Context& ctx, GLuint programID) preRender() argument
2169 postRender(sglr::Context& ctx, GLuint programID) postRender() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp292 VkDevice getLogicalDevice (Context& ctx, const CaseDef& caseDef) in getLogicalDevice() argument
349 getDeviceInterface(Context& ctx, const CaseDef& caseDef) getDeviceInterface() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp1426 void createCombinedModule (vk::SourceCollections& dst, InstanceContext ctx) in createCombinedModule() argument
1734 createUnusedVariableModules(vk::SourceCollections& dst, UnusedVariableContext ctx) createUnusedVariableModules() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp1638 InterfaceBlockCaseInstance::InterfaceBlockCaseInstance (Context& ctx, in InterfaceBlockCaseInstance() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp395 deInt32 getminUniformBufferOffsetAlignment (Context &ctx) in getminUniformBufferOffsetAlignment() argument
1817 UniformBlockCaseInstance::UniformBlockCaseInstance (Context& ctx, in UniformBlockCaseInstance() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_server.c2701 static int radius_server_get_eap_user(void *ctx, const u8 *identity, in radius_server_get_eap_user() argument
2727 static const char * radius_server_get_eap_req_id_text(void *ctx, size_t *len) in radius_server_get_eap_req_id_text() argument
2736 static void radius_server_log_msg(void *ctx, const char *msg) in radius_server_log_msg() argument
2745 static const char * radius_server_get_erp_domain(void *ctx) in radius_server_get_erp_domain() argument
2755 radius_server_erp_get_key(void *ctx, const char *keyname) radius_server_erp_get_key() argument
2764 radius_server_erp_add_key(void *ctx, struct eap_server_erp_key *erp) radius_server_erp_add_key() argument
2798 radius_server_eap_pending_cb(struct radius_server_data *data, void *ctx) radius_server_eap_pending_cb() argument
2848 get_db_session_fields(void *ctx, int argc, char *argv[], char *col[]) get_db_session_fields() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c2019 static void hostapd_data_test_rx(void *ctx, const u8 *src_addr, const u8 *buf, in hostapd_data_test_rx() argument
4145 static void hostapd_ctrl_iface_msg_cb(void *ctx, int level, in hostapd_ctrl_iface_msg_cb() argument
1640 hostapd_ctrl_iface_kick_mismatch_psk_sta_iter(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) hostapd_ctrl_iface_kick_mismatch_psk_sta_iter() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhostapd.h95 void *ctx; member
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp175 void evalSequenceNoSideEffCase0 (ShaderEvalContext& ctx) { ctx.color = sequenceNoSideEffCase0(ctx.in[0].swizzle(1, 2, 3, 0), ctx.in[1].swizzle(3, 2, 1, 0), ctx.in[2].swizzle(0, 3, 2, 1)); } in evalSequenceNoSideEffCase0() argument
176 void evalSequenceNoSideEffCase1 (ShaderEvalContext& ctx) { ctx.color.x() = (float)sequenceNoSideEffCase1(ctx.in[0].z(), (int)ctx.in[1].x(), ctx in evalSequenceNoSideEffCase0() argument
177 evalSequenceNoSideEffCase2(ShaderEvalContext& ctx) evalSequenceNoSideEffCase2() argument
178 evalSequenceNoSideEffCase3(ShaderEvalContext& ctx) evalSequenceNoSideEffCase3() argument
179 evalSequenceSideEffCase0(ShaderEvalContext& ctx) evalSequenceSideEffCase0() argument
180 evalSequenceSideEffCase1(ShaderEvalContext& ctx) evalSequenceSideEffCase1() argument
181 evalSequenceSideEffCase2(ShaderEvalContext& ctx) evalSequenceSideEffCase2() argument
182 evalSequenceSideEffCase3(ShaderEvalContext& ctx) evalSequenceSideEffCase3() argument
352 evaluate(ShaderEvalContext& ctx) evaluate() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c50 HMAC_CTX *ctx; in HMAC_CTX_new() local
59 static void HMAC_CTX_free(HMAC_CTX *ctx) in HMAC_CTX_free() argument
70 EVP_MD_CTX *ctx; EVP_MD_CTX_new() local
79 EVP_MD_CTX_free(EVP_MD_CTX *ctx) EVP_MD_CTX_free() argument
209 EVP_MD_CTX *ctx; openssl_digest_vector() local
259 EVP_CIPHER_CTX *ctx; des_encrypt() local
389 EVP_CIPHER_CTX *ctx; aes_encrypt_init() local
414 aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) aes_encrypt() argument
427 aes_encrypt_deinit(void *ctx) aes_encrypt_deinit() argument
446 EVP_CIPHER_CTX *ctx; aes_decrypt_init() local
471 aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) aes_decrypt() argument
484 aes_decrypt_deinit(void *ctx) aes_decrypt_deinit() argument
540 EVP_CIPHER_CTX *ctx; aes_128_cbc_encrypt() local
567 EVP_CIPHER_CTX *ctx; aes_128_cbc_decrypt() local
635 BN_CTX *ctx; crypto_dh_derive_secret() local
669 BN_CTX *ctx; crypto_mod_exp() local
711 struct crypto_cipher *ctx; crypto_cipher_init() local
791 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) crypto_cipher_encrypt() argument
801 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument
812 crypto_cipher_deinit(struct crypto_cipher *ctx) crypto_cipher_deinit() argument
1004 dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, const struct wpabuf *own_private) dh5_derive_shared() argument
1041 dh5_free(void *ctx) dh5_free() argument
1052 HMAC_CTX *ctx; global() member
1059 struct crypto_hash *ctx; crypto_hash_init() local
1103 crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) crypto_hash_update() argument
1111 crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) crypto_hash_finish() argument
1147 HMAC_CTX *ctx; openssl_hmac_vector() local
1285 CMAC_CTX *ctx; omac1_aes_vector() local
2206 EVP_PKEY_CTX *ctx = NULL; crypto_ecdh_set_peerkey() local
2366 BN_CTX *ctx; crypto_ec_key_set_pub() local
2570 BN_CTX *ctx; crypto_ec_key_get_subject_public_key() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay.c3398 static void kay_l2_receive(void *ctx, const u8 *src_addr, const u8 *buf, in kay_l2_receive() argument
3457 ieee802_1x_kay_init(struct ieee802_1x_kay_ctx *ctx, enum macsec_policy policy, in ieee802_1x_kay_init() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c1825 static void hostapd_data_test_rx(void *ctx, const u8 *src_addr, const u8 *buf, in hostapd_data_test_rx() argument
3497 static void hostapd_ctrl_iface_msg_cb(void *ctx, int level, in hostapd_ctrl_iface_msg_cb() argument
1492 hostapd_ctrl_iface_kick_mismatch_psk_sta_iter(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) hostapd_ctrl_iface_kick_mismatch_psk_sta_iter() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.h86 void *ctx; member
[all...]
H A Dwpa_auth.c342 static int wpa_auth_pmksa_clear_cb(struct wpa_state_machine *sm, void *ctx) in wpa_auth_pmksa_clear_cb() argument
3798 static int wpa_group_update_sta(struct wpa_state_machine *sm, void *ctx) in wpa_group_update_sta() argument
3980 static int wpa_group_disconnect_cb(struct wpa_state_machine *sm, void *ctx) in wpa_group_disconnect_cb() argument
185 wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth, int (*cb)(struct wpa_state_machine *sm, void *ctx), void *cb_ctx) wpa_auth_for_each_sta() argument
195 wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth, int (*cb)(struct wpa_authenticator *a, void *ctx), void *cb_ctx) wpa_auth_for_each_auth() argument
350 wpa_auth_pmksa_free_cb(struct rsn_pmksa_cache_entry *entry, void *ctx) wpa_auth_pmksa_free_cb() argument
4877 wpa_auth_fils_iter(struct wpa_authenticator *a, void *ctx) wpa_auth_fils_iter() argument
[all...]
/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c146 void OpensslBnCtxFree(BN_CTX *ctx) in OpensslBnCtxFree() argument
329 int OpensslEcGroupGetCurveGfp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupGetCurveGfp() argument
345 int OpensslEcGroupGetOrder(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in OpensslEcGroupGetOrder() argument
353 int OpensslEcGroupGetCofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) in OpensslEcGroupGetCofactor() argument
312 OpensslEcPointGetAffineCoordinatesGfp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) OpensslEcPointGetAffineCoordinatesGfp() argument
361 OpensslEcGroupNewCurveGfp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) OpensslEcGroupNewCurveGfp() argument
385 OpensslEcPointSetAffineCoordinatesGfp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) OpensslEcPointSetAffineCoordinatesGfp() argument
419 OpensslEcPointMul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *gScalar, const EC_POINT *point, const BIGNUM *pScalar, BN_CTX *ctx) OpensslEcPointMul() argument
492 OpensslEvpMdCtxGetPkeyCtx(EVP_MD_CTX *ctx) OpensslEvpMdCtxGetPkeyCtx() argument
500 OpensslEvpMdCtxFree(EVP_MD_CTX *ctx) OpensslEvpMdCtxFree() argument
507 OpensslEvpDigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) OpensslEvpDigestSignInit() argument
515 OpensslEvpDigestSignUpdate(EVP_MD_CTX *ctx, const void *data, size_t count) OpensslEvpDigestSignUpdate() argument
523 OpensslEvpDigestSignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, size_t *siglen) OpensslEvpDigestSignFinal() argument
547 OpensslEvpDigestSign(EVP_MD_CTX *ctx, unsigned char *sig, size_t *siglen, const unsigned char *tbs, size_t tbslen) OpensslEvpDigestSign() argument
571 OpensslEvpDigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) OpensslEvpDigestVerifyInit() argument
579 OpensslEvpDigestVerifyUpdate(EVP_MD_CTX *ctx, const void *data, size_t count) OpensslEvpDigestVerifyUpdate() argument
587 OpensslEvpDigestVerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sig, size_t siglen) OpensslEvpDigestVerifyFinal() argument
595 OpensslEvpDigestVerify(EVP_MD_CTX *ctx, unsigned char *sig, size_t siglen, const unsigned char *tbs, size_t tbslen) OpensslEvpDigestVerify() argument
604 OpensslEvpPkeySignInit(EVP_PKEY_CTX *ctx) OpensslEvpPkeySignInit() argument
612 OpensslEvpPkeySign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, const unsigned char *tbs, size_t tbslen) OpensslEvpPkeySign() argument
621 OpensslEvpPkeyVerifyInit(EVP_PKEY_CTX *ctx) OpensslEvpPkeyVerifyInit() argument
629 OpensslEvpPkeyVerify(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen, const unsigned char *tbs, size_t tbslen) OpensslEvpPkeyVerify() argument
710 OpensslEvpPkeyDeriveInit(EVP_PKEY_CTX *ctx) OpensslEvpPkeyDeriveInit() argument
718 OpensslEvpPkeyCtxSet1Id(EVP_PKEY_CTX *ctx, const void *id, int idLen) OpensslEvpPkeyCtxSet1Id() argument
741 OpensslEvpPkeyDeriveSetPeer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer) OpensslEvpPkeyDeriveSetPeer() argument
749 OpensslEvpPkeyDerive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) OpensslEvpPkeyDerive() argument
773 OpensslEvpPkeyEncrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) OpensslEvpPkeyEncrypt() argument
779 OpensslEvpPkeyDecrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) OpensslEvpPkeyDecrypt() argument
785 OpensslEvpPkeyEncryptInit(EVP_PKEY_CTX *ctx) OpensslEvpPkeyEncryptInit() argument
790 OpensslEvpPkeyDecryptInit(EVP_PKEY_CTX *ctx) OpensslEvpPkeyDecryptInit() argument
795 OpensslEvpPkeyCtxFree(EVP_PKEY_CTX *ctx) OpensslEvpPkeyCtxFree() argument
833 OpensslEvpPkeyGenerate(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) OpensslEvpPkeyGenerate() argument
851 OpensslEvpPkeyParamGenInit(EVP_PKEY_CTX *ctx) OpensslEvpPkeyParamGenInit() argument
859 OpensslEvpPkeyCtxSetDsaParamgenBits(EVP_PKEY_CTX *ctx, int nbits) OpensslEvpPkeyCtxSetDsaParamgenBits() argument
867 OpensslEvpPkeyCtxSetParams(EVP_PKEY_CTX *ctx, const OSSL_PARAM *params) OpensslEvpPkeyCtxSetParams() argument
875 OpensslEvpPkeyParamGen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) OpensslEvpPkeyParamGen() argument
883 OpensslEvpPkeyKeyGenInit(EVP_PKEY_CTX *ctx) OpensslEvpPkeyKeyGenInit() argument
891 OpensslEvpPkeyKeyGen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) OpensslEvpPkeyKeyGen() argument
1034 OpensslEvpPkeyCheck(EVP_PKEY_CTX *ctx) OpensslEvpPkeyCheck() argument
1160 OpensslEvpPkeyCtxSetRsaPssSaltLen(EVP_PKEY_CTX *ctx, int saltlen) OpensslEvpPkeyCtxSetRsaPssSaltLen() argument
1165 OpensslEvpPkeyCtxGetRsaPssSaltLen(EVP_PKEY_CTX *ctx, int *saltlen) OpensslEvpPkeyCtxGetRsaPssSaltLen() argument
1170 OpensslEvpPkeyCtxSetRsaPadding(EVP_PKEY_CTX *ctx, int pad) OpensslEvpPkeyCtxSetRsaPadding() argument
1175 OpensslEvpPkeyCtxSetRsaMgf1Md(EVP_PKEY_CTX *ctx, const EVP_MD *md) OpensslEvpPkeyCtxSetRsaMgf1Md() argument
1180 OpensslEvpPkeyCtxSetRsaOaepMd(EVP_PKEY_CTX *ctx, const EVP_MD *md) OpensslEvpPkeyCtxSetRsaOaepMd() argument
1185 OpensslEvpPkeyCtxSet0RsaOaepLabel(EVP_PKEY_CTX *ctx, void *label, int len) OpensslEvpPkeyCtxSet0RsaOaepLabel() argument
1190 OpensslEvpPkeyCtxGet0RsaOaepLabel(EVP_PKEY_CTX *ctx, unsigned char **label) OpensslEvpPkeyCtxGet0RsaOaepLabel() argument
1298 OpensslEvpDigestFinalEx(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) OpensslEvpDigestFinalEx() argument
1306 OpensslEvpMdCtxSize(const EVP_MD_CTX *ctx) OpensslEvpMdCtxSize() argument
1314 OpensslEvpDigestInitEx(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) OpensslEvpDigestInitEx() argument
1322 OpensslHmacInitEx(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md, ENGINE *impl) OpensslHmacInitEx() argument
1330 OpensslHmacFinal(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) OpensslHmacFinal() argument
1338 OpensslHmacSize(const HMAC_CTX *ctx) OpensslHmacSize() argument
1346 OpensslHmacCtxFree(HMAC_CTX *ctx) OpensslHmacCtxFree() argument
1361 OpensslEvpCipherCtxFree(EVP_CIPHER_CTX *ctx) OpensslEvpCipherCtxFree() argument
1616 OpensslEvpCipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc) OpensslEvpCipherInit() argument
1625 OpensslEvpCipherCtxSetPadding(EVP_CIPHER_CTX *ctx, int pad) OpensslEvpCipherCtxSetPadding() argument
1633 OpensslEvpCipherFinalEx(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) OpensslEvpCipherFinalEx() argument
1641 OpensslEvpCipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) OpensslEvpCipherUpdate() argument
1706 OpensslEvpCipherCtxCtrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) OpensslEvpCipherCtxCtrl() argument
1825 OpensslEvpPkeyCtxSetDhParamgenPrimeLen(EVP_PKEY_CTX *ctx, int pbits) OpensslEvpPkeyCtxSetDhParamgenPrimeLen() argument
1833 OpensslEvpPkeyCtxSetSignatureMd(EVP_PKEY_CTX *ctx, const EVP_MD *md) OpensslEvpPkeyCtxSetSignatureMd() argument
1904 OpensslEvpPkeyCtxSetEcParamgenCurveNid(EVP_PKEY_CTX *ctx, int nid) OpensslEvpPkeyCtxSetEcParamgenCurveNid() argument
1912 OpensslEvpPkeyFromDataInit(EVP_PKEY_CTX *ctx) OpensslEvpPkeyFromDataInit() argument
1920 OpensslEvpPkeyFromData(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey, int selection, OSSL_PARAM params[]) OpensslEvpPkeyFromData() argument
1943 OpensslEcOct2Point(const EC_GROUP *group, EC_POINT *p, const unsigned char *buf, size_t len, BN_CTX *ctx) OpensslEcOct2Point() argument
1951 OpensslEcPointSetAffineCoordinates(const EC_GROUP *group, EC_POINT *p, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) OpensslEcPointSetAffineCoordinates() argument
1960 OpensslEcPointGetAffineCoordinates(const EC_GROUP *group, const EC_POINT *p, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) OpensslEcPointGetAffineCoordinates() argument
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c2262 set_dispositions(OutputFile *of, AVFormatContext *ctx) set_dispositions() argument
[all...]
H A Dffmpeg.c507 static int decode_interrupt_cb(void *ctx) in decode_interrupt_cb() argument
2680 AVBSFContext *ctx = ost->bsf_ctx; in init_output_bsfs() local
[all...]
H A Dffmpeg.h405 AVFormatContext *ctx; member
591 AVFormatContext *ctx; member
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c298 static int load_libvulkan(AVHWDeviceContext *ctx) in load_libvulkan() argument
406 AVHWDeviceContext *ctx = priv; in vk_dbg_callback() local
423 static int check_extensions(AVHWDeviceContext *ctx, int dev, AVDictionary *opts, in check_extensions() argument
552 check_validation_layers(AVHWDeviceContext *ctx, AVDictionary *opts, const char * const **dst, uint32_t *num, int *debug_mode) check_validation_layers() argument
662 create_instance(AVHWDeviceContext *ctx, AVDictionary *opts) create_instance() argument
770 find_device(AVHWDeviceContext *ctx, VulkanDeviceSelection *select) find_device() argument
922 setup_queue_families(AVHWDeviceContext *ctx, VkDeviceCreateInfo *cd) setup_queue_families() argument
1283 vulkan_device_free(AVHWDeviceContext *ctx) vulkan_device_free() argument
1306 vulkan_device_create_internal(AVHWDeviceContext *ctx, VulkanDeviceSelection *dev_select, AVDictionary *opts, int flags) vulkan_device_create_internal() argument
1425 vulkan_device_init(AVHWDeviceContext *ctx) vulkan_device_init() argument
1526 vulkan_device_create(AVHWDeviceContext *ctx, const char *device, AVDictionary *opts, int flags) vulkan_device_create() argument
1542 vulkan_device_derive(AVHWDeviceContext *ctx, AVHWDeviceContext *src_ctx, AVDictionary *opts, int flags) vulkan_device_derive() argument
1613 vulkan_frames_get_constraints(AVHWDeviceContext *ctx, const void *hwconfig, AVHWFramesConstraints *constraints) vulkan_frames_get_constraints() argument
1659 alloc_mem(AVHWDeviceContext *ctx, VkMemoryRequirements *req, VkMemoryPropertyFlagBits req_flags, const void *alloc_extension, VkMemoryPropertyFlagBits *mem_flags, VkDeviceMemory *mem) alloc_mem() argument
1784 AVHWDeviceContext *ctx = hwfc->device_ctx; alloc_bind_mem() local
2023 AVHWDeviceContext *ctx = hwfc->device_ctx; create_frame() local
2641 AVHWDeviceContext *ctx = hwfc->device_ctx; vulkan_map_from_drm_frame_desc() local
2981 AVHWDeviceContext *ctx = hwfc->device_ctx; vulkan_export_to_cuda() local
3465 AVHWDeviceContext *ctx = opaque; free_buf() local
3488 create_buf(AVHWDeviceContext *ctx, AVBufferRef **buf, VkBufferUsageFlags usage, VkMemoryPropertyFlagBits flags, size_t size, uint32_t req_memory_bits, int host_mapped, void *create_pnext, void *alloc_pnext) create_buf() argument
3579 map_buffers(AVHWDeviceContext *ctx, AVBufferRef **bufs, uint8_t *mem[], int nb_buffers, int invalidate) map_buffers() argument
3637 unmap_buffers(AVHWDeviceContext *ctx, AVBufferRef **bufs, int nb_buffers, int flush) unmap_buffers() argument
[all...]

Completed in 85 milliseconds

1...<<191192193194195196197198199200>>...211