Searched defs:ctx (Results 101 - 125 of 1053) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/lld/COFF/
H A DLTO.h60 COFFLinkerContext &ctx; member in class:llvm::lld::coff::BitcodeCompiler
H A DTypeMerger.h78 COFFLinkerContext &ctx; member in class:lld::coff::TypeMerger
H A DMinGW.h45 COFFLinkerContext &ctx; member in class:lld::coff::AutoExporter
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp50 PrivateBreakpointHitCallback( void *baton, StoppointCallbackContext *ctx, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp31 SystemZMCInstLower::SystemZMCInstLower(MCContext &ctx, argument
/openbsd-current/lib/libcrypto/ec/
H A Dec_print.c60 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) argument
86 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) argument
126 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) argument
166 EC_POINT_hex2point(const EC_GROUP *group, const char *buf, EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Dec_oct.c77 BN_CTX *ctx; local
117 BN_CTX *ctx; local
105 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
147 BN_CTX *ctx; local
[all...]
/openbsd-current/lib/libcrypto/x509/
H A Dby_file.c90 by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, argument
112 X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) argument
169 X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) argument
226 X509_load_cert_crl_file(X509_LOOKUP *ctx, cons argument
[all...]
H A Dx509_skey.c101 s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, argument
124 s2i_skey_id(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str) argument
[all...]
H A Dx509_pcons.c168 v2i_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_hpo_dp_link_encoder.c72 hpo_dp_link_encoder32_construct(struct dcn31_hpo_dp_link_encoder *enc31, struct dc_context *ctx, uint32_t inst, const struct dcn31_hpo_dp_link_encoder_registers *hpo_le_regs, const struct dcn31_hpo_dp_link_encoder_shift *hpo_le_shift, const struct dcn31_hpo_dp_link_encoder_mask *hpo_le_mask) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/
H A Ddc_dmub_srv.h51 struct dc_context *ctx; member in struct:dc_dmub_srv
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddmub_psr.h34 struct dc_context *ctx; member in struct:dmub_psr
H A Ddmub_replay.h35 struct dc_context *ctx; member in struct:dmub_replay
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_vmid.h69 struct dc_context *ctx; member in struct:dcn20_vmid
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_sprite_uapi.c50 struct drm_modeset_acquire_ctx ctx; local
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/go/
H A Dtest.c40 void symbolize_cb(long cmd, void *ctx) { argument
/openbsd-current/usr.bin/rsync/
H A Dhash.c70 MD4_CTX ctx; local
85 hash_file_start(MD4_CTX *ctx, const struct sess *sess) argument
94 hash_file_buf(MD4_CTX *ctx, const void *buf, size_t len) argument
99 hash_file_final(MD4_CTX *ctx, unsigned char *md) argument
[all...]
/openbsd-current/lib/libcrypto/evp/
H A De_null.c95 null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
103 null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
H A De_chacha.c29 chacha_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
45 chacha_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, argument
H A Dm_md5_sha1.c35 md5_sha1_init(EVP_MD_CTX *ctx) argument
48 md5_sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) argument
61 md5_sha1_final(EVP_MD_CTX *ctx, unsigned char *out) argument
/openbsd-current/sys/crypto/
H A Dhmac.c33 HMAC_MD5_Init(HMAC_MD5_CTX *ctx, const u_int8_t *key, u_int key_len) argument
60 HMAC_MD5_Update(HMAC_MD5_CTX *ctx, const u_int8_t *data, u_int len) argument
66 HMAC_MD5_Final(u_int8_t digest[MD5_DIGEST_LENGTH], HMAC_MD5_CTX *ctx) argument
87 HMAC_SHA1_Init(HMAC_SHA1_CTX *ctx, const u_int8_t *key, u_int key_len) argument
114 HMAC_SHA1_Update(HMAC_SHA1_CTX *ctx, const u_int8_t *data, u_int len) argument
120 HMAC_SHA1_Final(u_int8_t digest[SHA1_DIGEST_LENGTH], HMAC_SHA1_CTX *ctx) argument
141 HMAC_SHA256_Init(HMAC_SHA256_CTX *ctx, const u_int8_t *key, u_int key_len) argument
168 HMAC_SHA256_Update(HMAC_SHA256_CTX *ctx, const u_int8_t *data, u_int len) argument
174 HMAC_SHA256_Final(u_int8_t digest[SHA256_DIGEST_LENGTH], HMAC_SHA256_CTX *ctx) argument
[all...]
/openbsd-current/usr.bin/ssh/
H A Dauth-bsdauth.c48 bsdauth_query(void *ctx, char **name, char **infotxt, argument
93 bsdauth_respond(void *ctx, u_int numresponses, char **responses) argument
115 bsdauth_free_ctx(void *ctx) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/irq/
H A Dirq_service.h67 struct dc_context *ctx; member in struct:irq_service
/openbsd-current/lib/libc/hash/
H A Dhelper.c39 HASHEnd(HASH_CTX *ctx, char *buf) argument
64 HASH_CTX ctx; local
111 HASH_CTX ctx; local
[all...]

Completed in 341 milliseconds

1234567891011>>