/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | hmac.h | 34 OSSL_DEPRECATEDIN_3_0 int HMAC_CTX_reset(HMAC_CTX *ctx); 35 OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); 38 OSSL_DEPRECATEDIN_1_1_0 __owur int HMAC_Init(HMAC_CTX *ctx, 43 OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, 45 OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, 47 OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, 50 OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags); 51 OSSL_DEPRECATEDIN_3_0 const EVP_MD *HMAC_CTX_get_md(const HMAC_CTX *ctx);
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_idea.c | 33 static int idea_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, 41 static int idea_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in idea_ecb_cipher() argument 45 IDEA_ecb_encrypt(in + i, out + i, &EVP_C_DATA(EVP_IDEA_KEY,ctx)->ks); in idea_ecb_cipher() 57 static int idea_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in idea_init_key() argument 61 if (EVP_CIPHER_CTX_get_mode(ctx) == EVP_CIPH_OFB_MODE) in idea_init_key() 63 else if (EVP_CIPHER_CTX_get_mode(ctx) == EVP_CIPH_CFB_MODE) in idea_init_key() 67 IDEA_set_encrypt_key(key, &EVP_C_DATA(EVP_IDEA_KEY,ctx)->ks); in idea_init_key() 72 IDEA_set_decrypt_key(&tmp, &EVP_C_DATA(EVP_IDEA_KEY,ctx)->ks); in idea_init_key()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | derive.rs | 24 fn can_derive_debug(&self, ctx: &BindgenContext) -> bool; in can_derive_debug() 32 fn can_derive_copy(&self, ctx: &BindgenContext) -> bool; in can_derive_copy() 40 fn can_derive_default(&self, ctx: &BindgenContext) -> bool; in can_derive_default() 48 fn can_derive_hash(&self, ctx: &BindgenContext) -> bool; in can_derive_hash() 56 fn can_derive_partialeq(&self, ctx: &BindgenContext) -> bool; in can_derive_partialeq() 64 fn can_derive_partialord(&self, ctx: &BindgenContext) -> bool; in can_derive_partialord() 71 fn can_derive_eq(&self, ctx: &BindgenContext) -> bool; in can_derive_eq() 78 fn can_derive_ord(&self, ctx: &BindgenContext) -> bool; in can_derive_ord()
|
/third_party/openssl/crypto/evp/ |
H A D | e_idea.c | 33 static int idea_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, 41 static int idea_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in idea_ecb_cipher() argument 45 IDEA_ecb_encrypt(in + i, out + i, &EVP_C_DATA(EVP_IDEA_KEY,ctx)->ks); in idea_ecb_cipher() 57 static int idea_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in idea_init_key() argument 61 if (EVP_CIPHER_CTX_get_mode(ctx) == EVP_CIPH_OFB_MODE) in idea_init_key() 63 else if (EVP_CIPHER_CTX_get_mode(ctx) == EVP_CIPH_CFB_MODE) in idea_init_key() 67 IDEA_set_encrypt_key(key, &EVP_C_DATA(EVP_IDEA_KEY,ctx)->ks); in idea_init_key() 72 IDEA_set_decrypt_key(&tmp, &EVP_C_DATA(EVP_IDEA_KEY,ctx)->ks); in idea_init_key()
|
/third_party/openssl/include/openssl/ |
H A D | hmac.h | 34 OSSL_DEPRECATEDIN_3_0 int HMAC_CTX_reset(HMAC_CTX *ctx); 35 OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); 38 OSSL_DEPRECATEDIN_1_1_0 __owur int HMAC_Init(HMAC_CTX *ctx, 43 OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, 45 OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, 47 OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, 50 OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags); 51 OSSL_DEPRECATEDIN_3_0 const EVP_MD *HMAC_CTX_get_md(const HMAC_CTX *ctx);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | edit_simple.c | 22 static void (*edit_cmd_cb)(void *ctx, char *cmd); 23 static void (*edit_eof_cb)(void *ctx); 64 int edit_init(void (*cmd_cb)(void *ctx, char *cmd), in edit_init() argument 65 void (*eof_cb)(void *ctx), in edit_init() 66 char ** (*completion_cb)(void *ctx, const char *cmd, int pos), in edit_init() 67 void *ctx, const char *history_file, const char *ps) in edit_init() 69 edit_cb_ctx = ctx; in edit_init() 83 int (*filter_cb)(void *ctx, const char *cmd)) in edit_deinit() 82 edit_deinit(const char *history_file, int (*filter_cb)(void *ctx, const char *cmd)) edit_deinit() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | edit_simple.c | 22 static void (*edit_cmd_cb)(void *ctx, char *cmd); 23 static void (*edit_eof_cb)(void *ctx); 64 int edit_init(void (*cmd_cb)(void *ctx, char *cmd), in edit_init() argument 65 void (*eof_cb)(void *ctx), in edit_init() 66 char ** (*completion_cb)(void *ctx, const char *cmd, int pos), in edit_init() 67 void *ctx, const char *history_file, const char *ps) in edit_init() 69 edit_cb_ctx = ctx; in edit_init() 83 int (*filter_cb)(void *ctx, const char *cmd)) in edit_deinit() 82 edit_deinit(const char *history_file, int (*filter_cb)(void *ctx, const char *cmd)) edit_deinit() argument
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 186 static s64 loclogblk(CONTEXT *ctx, unsigned int blk) in loclogblk() argument 191 if (ctx->vol) { in loclogblk() 322 static const struct BUFFER *read_buffer(CONTEXT *ctx, unsigned int num) in read_buffer() argument 369 if (ctx->vol) in read_buffer() 373 got = !fseek(ctx->file, loclogblk(ctx, rnum), 0) in read_buffer() 375 1, ctx->file) == 1); in read_buffer() 1097 static const struct BUFFER *findprevious(CONTEXT *ctx, const struct BUFFER *buf) in findprevious() argument 1145 prevbuf = read_buffer(ctx, prevblk); in findprevious() 1295 static void fixup(CONTEXT *ctx, cons argument 1860 detaillogr(CONTEXT *ctx, const LOG_RECORD *logr) detaillogr() argument 2157 showlogr(CONTEXT *ctx, int k, const LOG_RECORD *logr) showlogr() argument 2289 enqueue_action(CONTEXT *ctx, const LOG_RECORD *logr, int size, int num) enqueue_action() argument 2453 overlapshow(CONTEXT *ctx, u16 k, u32 blk, const struct BUFFER *buf, const struct BUFFER *nextbuf) overlapshow() argument 2612 forward_rcrd(CONTEXT *ctx, u32 blk, u16 pos, const struct BUFFER *buf, const struct BUFFER *nextbuf) forward_rcrd() argument 2816 dorest(CONTEXT *ctx, unsigned long blk, const RESTART_PAGE_HEADER *rph, BOOL initial) dorest() argument 2919 read_restart(CONTEXT *ctx) read_restart() argument 3129 locatelogfile(CONTEXT *ctx) locatelogfile() argument 3153 getlogfiledata(CONTEXT *ctx, const char *boot) getlogfiledata() argument 3219 getvolumedata(CONTEXT *ctx, char *boot) getvolumedata() argument 3265 open_volume(CONTEXT *ctx, const char *device_name) open_volume() argument 3316 dorcrd(CONTEXT *ctx, u32 blk, u16 pos, const struct BUFFER *buf, const struct BUFFER *nextbuf) dorcrd() argument 3337 backoverlap(CONTEXT *ctx, int blk, const char *data, const char *nextdata, int k) backoverlap() argument 3432 backward_rcrd(CONTEXT *ctx, u32 blk, int skipped, const struct BUFFER *buf, const struct BUFFER *prevbuf, const struct BUFFER *nextbuf) backward_rcrd() argument 3583 walkback(CONTEXT *ctx, const struct BUFFER *buf, u32 blk, const struct BUFFER *prevbuf, u32 prevblk) walkback() argument 3701 find_latest_block(CONTEXT *ctx, u32 baseblk, const struct BUFFER *basebuf) find_latest_block() argument 3756 block_sequence(CONTEXT *ctx) block_sequence() argument 3838 walk(CONTEXT *ctx) walk() argument 4379 CONTEXT ctx; main() local [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | crct10dif_generic.c | 44 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_init() local 46 ctx->crc = 0; in chksum_init() 54 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_update() local 56 ctx->crc = crc_t10dif_generic(ctx->crc, data, length); in chksum_update() 62 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_final() local 64 *(__u16 *)out = ctx->crc; in chksum_final() 77 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_finup() local 79 return __chksum_finup(ctx->crc, data, len, out); in chksum_finup()
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | tpm_parser.c | 25 struct tpm_parse_context *ctx = context; in tpm_note_key() local 27 ctx->blob = value; in tpm_note_key() 28 ctx->blob_len = vlen; in tpm_note_key() 38 struct tpm_parse_context ctx; in tpm_parse() local 41 memset(&ctx, 0, sizeof(ctx)); in tpm_parse() 44 ret = asn1_ber_decoder(&tpm_decoder, &ctx, data, datalen); in tpm_parse() 48 return tpm_key_create(ctx.blob, ctx.blob_len); in tpm_parse()
|
/kernel/linux/linux-5.10/drivers/hwmon/occ/ |
H A D | p9_sbe.c | 22 struct p9_sbe_occ *ctx = to_p9_sbe_occ(occ); in p9_sbe_occ_send_cmd() local 26 rc = fsi_occ_submit(ctx->sbe, cmd, 8, resp, &resp_len); in p9_sbe_occ_send_cmd() 63 struct p9_sbe_occ *ctx = devm_kzalloc(&pdev->dev, sizeof(*ctx), in p9_sbe_occ_probe() local 65 if (!ctx) in p9_sbe_occ_probe() 68 ctx->sbe = pdev->dev.parent; in p9_sbe_occ_probe() 69 occ = &ctx->occ; in p9_sbe_occ_probe() 87 struct p9_sbe_occ *ctx = to_p9_sbe_occ(occ); in p9_sbe_occ_remove() local 89 ctx->sbe = NULL; in p9_sbe_occ_remove()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | tracex5_kern.c | 30 int bpf_prog1(struct pt_regs *ctx) in bpf_prog1() argument 32 int sc_nr = (int)PT_REGS_PARM1(ctx); in bpf_prog1() 35 bpf_tail_call(ctx, &progs, sc_nr); in bpf_prog1() 46 PROG(SYS__NR_write)(struct pt_regs *ctx) in SYS__NR_write() argument 50 bpf_probe_read_kernel(&sd, sizeof(sd), (void *)PT_REGS_PARM2(ctx)); in SYS__NR_write() 59 PROG(SYS__NR_read)(struct pt_regs *ctx) in SYS__NR_read() argument 63 bpf_probe_read_kernel(&sd, sizeof(sd), (void *)PT_REGS_PARM2(ctx)); in SYS__NR_read() 73 PROG(SYS__NR_mmap2)(struct pt_regs *ctx) in SYS__NR_mmap2() argument 83 PROG(SYS__NR_mmap)(struct pt_regs *ctx) in SYS__NR_mmap() argument
|
H A D | trace_event_kern.c | 39 int bpf_prog1(struct bpf_perf_event_data *ctx) in bpf_prog1() argument 51 if (ctx->sample_period < 10000) in bpf_prog1() 55 key.kernstack = bpf_get_stackid(ctx, &stackmap, KERN_STACKID_FLAGS); in bpf_prog1() 56 key.userstack = bpf_get_stackid(ctx, &stackmap, USER_STACKID_FLAGS); in bpf_prog1() 58 bpf_trace_printk(fmt, sizeof(fmt), cpu, ctx->sample_period, in bpf_prog1() 59 PT_REGS_IP(&ctx->regs)); in bpf_prog1() 63 ret = bpf_perf_prog_read_value(ctx, (void *)&value_buf, sizeof(struct bpf_perf_event_value)); in bpf_prog1() 69 if (ctx->addr != 0) in bpf_prog1() 70 bpf_trace_printk(addr_fmt, sizeof(addr_fmt), ctx->addr); in bpf_prog1()
|
/kernel/linux/linux-5.10/include/crypto/internal/ |
H A D | scompress.h | 30 void (*free_ctx)(struct crypto_scomp *tfm, void *ctx); 33 void *ctx); 36 void *ctx); 71 void *ctx) in crypto_scomp_free_ctx() 73 return crypto_scomp_alg(tfm)->free_ctx(tfm, ctx); in crypto_scomp_free_ctx() 78 u8 *dst, unsigned int *dlen, void *ctx) in crypto_scomp_compress() 80 return crypto_scomp_alg(tfm)->compress(tfm, src, slen, dst, dlen, ctx); in crypto_scomp_compress() 86 void *ctx) in crypto_scomp_decompress() 89 ctx); in crypto_scomp_decompress() 70 crypto_scomp_free_ctx(struct crypto_scomp *tfm, void *ctx) crypto_scomp_free_ctx() argument 76 crypto_scomp_compress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) crypto_scomp_compress() argument 83 crypto_scomp_decompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) crypto_scomp_decompress() argument
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | scompress.h | 36 void (*free_ctx)(struct crypto_scomp *tfm, void *ctx); 39 void *ctx); 42 void *ctx); 81 void *ctx) in crypto_scomp_free_ctx() 83 return crypto_scomp_alg(tfm)->free_ctx(tfm, ctx); in crypto_scomp_free_ctx() 88 u8 *dst, unsigned int *dlen, void *ctx) in crypto_scomp_compress() 90 return crypto_scomp_alg(tfm)->compress(tfm, src, slen, dst, dlen, ctx); in crypto_scomp_compress() 96 void *ctx) in crypto_scomp_decompress() 99 ctx); in crypto_scomp_decompress() 80 crypto_scomp_free_ctx(struct crypto_scomp *tfm, void *ctx) crypto_scomp_free_ctx() argument 86 crypto_scomp_compress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) crypto_scomp_compress() argument 93 crypto_scomp_decompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) crypto_scomp_decompress() argument
|
/kernel/linux/linux-6.6/crypto/ |
H A D | crct10dif_generic.c | 44 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_init() local 46 ctx->crc = 0; in chksum_init() 54 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_update() local 56 ctx->crc = crc_t10dif_generic(ctx->crc, data, length); in chksum_update() 62 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_final() local 64 *(__u16 *)out = ctx->crc; in chksum_final() 77 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_finup() local 79 return __chksum_finup(ctx->crc, data, len, out); in chksum_finup()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_bpf_hash_map.c | 43 int dump_bpf_hash_map(struct bpf_iter__bpf_map_elem *ctx) in dump_bpf_hash_map() argument 45 struct seq_file *seq = ctx->meta->seq; in dump_bpf_hash_map() 46 __u32 seq_num = ctx->meta->seq_num; in dump_bpf_hash_map() 47 struct bpf_map *map = ctx->map; in dump_bpf_hash_map() 48 struct key_t *key = ctx->key; in dump_bpf_hash_map() 50 __u64 *val = ctx->value; in dump_bpf_hash_map() 117 int sleepable_dummy_dump(struct bpf_iter__bpf_map_elem *ctx) in sleepable_dummy_dump() argument 119 if (ctx->meta->seq_num == 0) in sleepable_dummy_dump() 120 BPF_SEQ_PRINTF(ctx->meta->seq, "map dump starts\n"); in sleepable_dummy_dump()
|
H A D | xdp_redirect_multi_kern.c | 38 int xdp_redirect_map_multi_prog(struct xdp_md *ctx) in xdp_redirect_map_multi_prog() argument 40 void *data_end = (void *)(long)ctx->data_end; in xdp_redirect_map_multi_prog() 41 void *data = (void *)(long)ctx->data; in xdp_redirect_map_multi_prog() 42 int if_index = ctx->ingress_ifindex; in xdp_redirect_map_multi_prog() 67 int xdp_redirect_map_all_prog(struct xdp_md *ctx) in xdp_redirect_map_all_prog() argument 74 int xdp_devmap_prog(struct xdp_md *ctx) in xdp_devmap_prog() argument 76 void *data_end = (void *)(long)ctx->data_end; in xdp_devmap_prog() 77 void *data = (void *)(long)ctx->data; in xdp_devmap_prog() 78 __u32 key = ctx->egress_ifindex; in xdp_devmap_prog()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | tracex5.bpf.c | 30 int bpf_prog1(struct pt_regs *ctx) in bpf_prog1() argument 32 int sc_nr = (int)PT_REGS_PARM1(ctx); in bpf_prog1() 35 bpf_tail_call(ctx, &progs, sc_nr); in bpf_prog1() 46 PROG(SYS__NR_write)(struct pt_regs *ctx) in SYS__NR_write() argument 50 bpf_core_read(&sd, sizeof(sd), (void *)PT_REGS_PARM2(ctx)); in SYS__NR_write() 59 PROG(SYS__NR_read)(struct pt_regs *ctx) in SYS__NR_read() argument 63 bpf_core_read(&sd, sizeof(sd), (void *)PT_REGS_PARM2(ctx)); in SYS__NR_read() 73 PROG(SYS__NR_mmap2)(struct pt_regs *ctx) in SYS__NR_mmap2() argument 83 PROG(SYS__NR_mmap)(struct pt_regs *ctx) in SYS__NR_mmap() argument
|
H A D | trace_event_kern.c | 38 int bpf_prog1(struct bpf_perf_event_data *ctx) in bpf_prog1() argument 50 if (ctx->sample_period < 10000) in bpf_prog1() 54 key.kernstack = bpf_get_stackid(ctx, &stackmap, KERN_STACKID_FLAGS); in bpf_prog1() 55 key.userstack = bpf_get_stackid(ctx, &stackmap, USER_STACKID_FLAGS); in bpf_prog1() 57 bpf_trace_printk(fmt, sizeof(fmt), cpu, ctx->sample_period, in bpf_prog1() 58 PT_REGS_IP(&ctx->regs)); in bpf_prog1() 62 ret = bpf_perf_prog_read_value(ctx, (void *)&value_buf, sizeof(struct bpf_perf_event_value)); in bpf_prog1() 68 if (ctx->addr != 0) in bpf_prog1() 69 bpf_trace_printk(addr_fmt, sizeof(addr_fmt), ctx->addr); in bpf_prog1()
|
/third_party/fsverity-utils/lib/ |
H A D | lib_private.h | 41 void (*init)(struct hash_ctx *ctx); 42 void (*update)(struct hash_ctx *ctx, const void *data, size_t size); 43 void (*final)(struct hash_ctx *ctx, u8 *out); 44 void (*free)(struct hash_ctx *ctx); 47 void libfsverity_hash_init(struct hash_ctx *ctx); 48 void libfsverity_hash_update(struct hash_ctx *ctx, const void *data, 50 void libfsverity_hash_final(struct hash_ctx *ctx, u8 *digest); 51 void libfsverity_hash_full(struct hash_ctx *ctx, const void *data, size_t size, 53 void libfsverity_free_hash_ctx(struct hash_ctx *ctx);
|
/third_party/mbedtls/include/mbedtls/ |
H A D | gcm.h | 90 * \param ctx The GCM context to initialize. This must not be \c NULL. 92 void mbedtls_gcm_init(mbedtls_gcm_context *ctx); 98 * \param ctx The GCM context. This must be initialized. 110 int mbedtls_gcm_setkey(mbedtls_gcm_context *ctx, 128 * \param ctx The GCM context to use for encryption or decryption. This 166 int mbedtls_gcm_crypt_and_tag(mbedtls_gcm_context *ctx, 186 * \param ctx The GCM context. This must be initialized. 211 int mbedtls_gcm_auth_decrypt(mbedtls_gcm_context *ctx, 226 * \param ctx The GCM context. This must be initialized. 235 int mbedtls_gcm_starts(mbedtls_gcm_context *ctx, [all...] |
/third_party/mbedtls/library/ |
H A D | timing.c | 122 mbedtls_timing_delay_context *ctx = (mbedtls_timing_delay_context *) data; in mbedtls_timing_set_delay() local 124 ctx->int_ms = int_ms; in mbedtls_timing_set_delay() 125 ctx->fin_ms = fin_ms; in mbedtls_timing_set_delay() 128 (void) mbedtls_timing_get_timer(&ctx->timer, 1); in mbedtls_timing_set_delay() 137 mbedtls_timing_delay_context *ctx = (mbedtls_timing_delay_context *) data; in mbedtls_timing_get_delay() local 140 if (ctx->fin_ms == 0) { in mbedtls_timing_get_delay() 144 elapsed_ms = mbedtls_timing_get_timer(&ctx->timer, 0); in mbedtls_timing_get_delay() 146 if (elapsed_ms >= ctx->fin_ms) { in mbedtls_timing_get_delay() 150 if (elapsed_ms >= ctx->int_ms) { in mbedtls_timing_get_delay()
|
/third_party/openssl/test/ |
H A D | ssl_ctx_test.c | 33 SSL_CTX *ctx = NULL; in test_set_min_max_version() local 38 ctx = SSL_CTX_new(TLS_server_method()); in test_set_min_max_version() 39 if (ctx == NULL) in test_set_min_max_version() 42 ssl = SSL_new(ctx); in test_set_min_max_version() 46 if (!TEST_int_eq(SSL_CTX_set_min_proto_version(ctx, t.min_version), t.min_ok)) in test_set_min_max_version() 48 if (!TEST_int_eq(SSL_CTX_set_max_proto_version(ctx, t.max_version), t.max_ok)) in test_set_min_max_version() 50 if (!TEST_int_eq(SSL_CTX_get_min_proto_version(ctx), t.expected_min)) in test_set_min_max_version() 52 if (!TEST_int_eq(SSL_CTX_get_max_proto_version(ctx), t.expected_max)) in test_set_min_max_version() 68 SSL_CTX_free(ctx); in test_set_min_max_version()
|
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/ |
H A D | delta.h | 261 int (*open)(struct delta_ctx *ctx); 262 int (*close)(struct delta_ctx *ctx); 266 * @ctx: (in) instance 277 int (*setup_frame)(struct delta_ctx *ctx, struct delta_frame *frame); 281 * @ctx: (in) instance 292 int (*get_streaminfo)(struct delta_ctx *ctx, 297 * @ctx: (in) instance 302 int (*get_frameinfo)(struct delta_ctx *ctx, 307 * @ctx: (in) instance 314 int (*set_frameinfo)(struct delta_ctx *ctx, [all...] |