Home
last modified time | relevance | path

Searched refs:ctx_ (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dimu_service.cpp47 : intf_(intf), type_(type), ctx_(nullptr), handle_(nullptr) { in EisImuAdaptor()
57 if (ctx_ == nullptr) { in Init()
58 ctx_ = intf_.createContext(); in Init()
59 if (ctx_ == nullptr) { in Init()
66 auto result = intf_.getSensorList(ctx_, type_, &sensors_list); in Init()
76 intf_.destroyContext(ctx_); in Init()
77 ctx_ = nullptr; in Init()
83 result = intf_.getSensorCapabilities(ctx_, type_, c, &caps); in Init()
86 intf_.destroyContext(ctx_); in Init()
87 ctx_ = nullptr; in Init()
[all …]
H A Dimu_service.h81 mems_sensor_ctx_t ctx_; variable
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dbase.h536 StackAllocated() { init(&ctx_); } in StackAllocated()
537 ~StackAllocated() { cleanup(&ctx_); } in ~StackAllocated()
542 T *get() { return &ctx_; } in get()
543 const T *get() const { return &ctx_; } in get()
545 T *operator->() { return &ctx_; }
546 const T *operator->() const { return &ctx_; }
549 cleanup(&ctx_); in Reset()
550 init(&ctx_); in Reset()
554 T ctx_;
561 StackAllocatedMovable() { init(&ctx_); } in StackAllocatedMovable()
[all …]
H A Dbn.h1019 BN_CTXScope(BN_CTX *ctx) : ctx_(ctx) { BN_CTX_start(ctx_); } in BORINGSSL_MAKE_DELETER()
1020 ~BN_CTXScope() { BN_CTX_end(ctx_); } in BORINGSSL_MAKE_DELETER()
1023 BN_CTX *ctx_; in BORINGSSL_MAKE_DELETER()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dbase.h536 StackAllocated() { init(&ctx_); } in StackAllocated()
537 ~StackAllocated() { cleanup(&ctx_); } in ~StackAllocated()
542 T *get() { return &ctx_; } in get()
543 const T *get() const { return &ctx_; } in get()
545 T *operator->() { return &ctx_; }
546 const T *operator->() const { return &ctx_; }
549 cleanup(&ctx_); in Reset()
550 init(&ctx_); in Reset()
554 T ctx_;
561 StackAllocatedMovable() { init(&ctx_); } in StackAllocatedMovable()
[all …]
H A Dbn.h1019 BN_CTXScope(BN_CTX *ctx) : ctx_(ctx) { BN_CTX_start(ctx_); } in BORINGSSL_MAKE_DELETER()
1020 ~BN_CTXScope() { BN_CTX_end(ctx_); } in BORINGSSL_MAKE_DELETER()
1023 BN_CTX *ctx_; in BORINGSSL_MAKE_DELETER()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dbase.h536 StackAllocated() { init(&ctx_); } in StackAllocated()
537 ~StackAllocated() { cleanup(&ctx_); } in ~StackAllocated()
542 T *get() { return &ctx_; } in get()
543 const T *get() const { return &ctx_; } in get()
545 T *operator->() { return &ctx_; }
546 const T *operator->() const { return &ctx_; }
549 cleanup(&ctx_); in Reset()
550 init(&ctx_); in Reset()
554 T ctx_;
561 StackAllocatedMovable() { init(&ctx_); } in StackAllocatedMovable()
[all …]
H A Dbn.h1019 BN_CTXScope(BN_CTX *ctx) : ctx_(ctx) { BN_CTX_start(ctx_); } in BORINGSSL_MAKE_DELETER()
1020 ~BN_CTXScope() { BN_CTX_end(ctx_); } in BORINGSSL_MAKE_DELETER()
1023 BN_CTX *ctx_; in BORINGSSL_MAKE_DELETER()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dbase.h536 StackAllocated() { init(&ctx_); } in StackAllocated()
537 ~StackAllocated() { cleanup(&ctx_); } in ~StackAllocated()
542 T *get() { return &ctx_; } in get()
543 const T *get() const { return &ctx_; } in get()
545 T *operator->() { return &ctx_; }
546 const T *operator->() const { return &ctx_; }
549 cleanup(&ctx_); in Reset()
550 init(&ctx_); in Reset()
554 T ctx_;
561 StackAllocatedMovable() { init(&ctx_); } in StackAllocatedMovable()
[all …]
H A Dbn.h1019 BN_CTXScope(BN_CTX *ctx) : ctx_(ctx) { BN_CTX_start(ctx_); } in BORINGSSL_MAKE_DELETER()
1020 ~BN_CTXScope() { BN_CTX_end(ctx_); } in BORINGSSL_MAKE_DELETER()
1023 BN_CTX *ctx_; in BORINGSSL_MAKE_DELETER()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dbase.h423 StackAllocated() { init(&ctx_); } in StackAllocated()
424 ~StackAllocated() { cleanup(&ctx_); } in ~StackAllocated()
429 T *get() { return &ctx_; } in get()
430 const T *get() const { return &ctx_; } in get()
432 T *operator->() { return &ctx_; }
433 const T *operator->() const { return &ctx_; }
436 cleanup(&ctx_); in Reset()
437 init(&ctx_); in Reset()
441 T ctx_;
H A Dbn.h952 BN_CTXScope(BN_CTX *ctx) : ctx_(ctx) { BN_CTX_start(ctx_); } in BORINGSSL_MAKE_DELETER()
953 ~BN_CTXScope() { BN_CTX_end(ctx_); } in BORINGSSL_MAKE_DELETER()
956 BN_CTX *ctx_; in BORINGSSL_MAKE_DELETER()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dbase.h423 StackAllocated() { init(&ctx_); } in StackAllocated()
424 ~StackAllocated() { cleanup(&ctx_); } in ~StackAllocated()
429 T *get() { return &ctx_; } in get()
430 const T *get() const { return &ctx_; } in get()
432 T *operator->() { return &ctx_; }
433 const T *operator->() const { return &ctx_; }
436 cleanup(&ctx_); in Reset()
437 init(&ctx_); in Reset()
441 T ctx_;
H A Dbn.h952 BN_CTXScope(BN_CTX *ctx) : ctx_(ctx) { BN_CTX_start(ctx_); } in BORINGSSL_MAKE_DELETER()
953 ~BN_CTXScope() { BN_CTX_end(ctx_); } in BORINGSSL_MAKE_DELETER()
956 BN_CTX *ctx_; in BORINGSSL_MAKE_DELETER()
/OK3568_Linux_fs/buildroot/package/ibrcommon/
H A D0002-ibrcommon-added-openssl-1.1-compatibility-264.patch38 - HMAC_CTX_init(&ctx_);
39 - HMAC_Init_ex(&ctx_, key_, key_size_, EVP_sha1(), NULL);
40 + ctx_ = HMAC_CTX_new();
41 + HMAC_Init_ex(ctx_, key_, key_size_, EVP_sha1(), NULL);
46 - HMAC_CTX_cleanup(&ctx_);
47 + HMAC_CTX_free(ctx_);
53 - HMAC_Update(&ctx_, (unsigned char*)buf, size);
54 + HMAC_Update(ctx_, (unsigned char*)buf, size);
59 - HMAC_Final(&ctx_, (unsigned char*)hash, &size);
60 + HMAC_Final(ctx_, (unsigned char*)hash, &size);
[all …]
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq-debugfs.c632 static void *ctx_##name##_rq_list_start(struct seq_file *m, loff_t *pos) \
641 static void *ctx_##name##_rq_list_next(struct seq_file *m, void *v, \
649 static void ctx_##name##_rq_list_stop(struct seq_file *m, void *v) \
657 static const struct seq_operations ctx_##name##_rq_list_seq_ops = { \
658 .start = ctx_##name##_rq_list_start, \
659 .next = ctx_##name##_rq_list_next, \
660 .stop = ctx_##name##_rq_list_stop, \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dfusion.hpp224 : ctx_(ctx) in eval_fun()
244 return proto::eval(e, this->ctx_); in operator ()()
251 return proto::eval(e, this->ctx_); in operator ()()
255 Context &ctx_; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c3076 static void *epoll59_thread(void *ctx_) in epoll59_thread() argument
3078 struct epoll_mtcontext *ctx = ctx_; in epoll59_thread()
3152 static void *epoll60_wait_thread(void *ctx_) in epoll60_wait_thread() argument
3154 struct epoll60_ctx *ctx = ctx_; in epoll60_wait_thread()
3290 static void *epoll61_write_eventfd(void *ctx_) in epoll61_write_eventfd() argument
3292 struct epoll61_ctx *ctx = ctx_; in epoll61_write_eventfd()
3300 static void *epoll61_epoll_with_timeout(void *ctx_) in epoll61_epoll_with_timeout() argument
3302 struct epoll61_ctx *ctx = ctx_; in epoll61_epoll_with_timeout()
3319 static void *epoll61_blocking_epoll(void *ctx_) in epoll61_blocking_epoll() argument
3321 struct epoll61_ctx *ctx = ctx_; in epoll61_blocking_epoll()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsend.c1229 static int __iterate_backrefs(u64 ino, u64 offset, u64 root, void *ctx_) in __iterate_backrefs() argument
1231 struct backref_ctx *bctx = ctx_; in __iterate_backrefs()
4442 void *ctx_) in __find_iref() argument
4444 struct find_ref_ctx *ctx = ctx_; in __find_iref()