Home
last modified time | relevance | path

Searched defs:pctx (Results 126 - 150 of 325) sorted by relevance

12345678910>>...13

/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_ec.c23 EVP_PKEY_CTX *pctx = NULL; in pkey_type2param() local
72 static int ecdh_cms_set_peerkey(EVP_PKEY_CTX *pctx, in ecdh_cms_set_peerkey() argument
124 ecdh_cms_set_kdf_param(EVP_PKEY_CTX *pctx, int eckdf_nid) ecdh_cms_set_kdf_param() argument
158 ecdh_cms_set_shared_info(EVP_PKEY_CTX *pctx, CMS_RecipientInfo *ri) ecdh_cms_set_shared_info() argument
221 EVP_PKEY_CTX *pctx; ecdh_cms_decrypt() local
251 EVP_PKEY_CTX *pctx; ecdh_cms_encrypt() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_name.c283 x509_name_ex_print(BIO *out, const ASN1_VALUE **pval, int indent, const char *fname, const ASN1_PCTX *pctx) x509_name_ex_print() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dm_sigver.c39 static int do_sigver_init(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, in do_sigver_init() argument
374 EVP_DigestSignInit_ex(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const char *mdname, OSSL_LIB_CTX *libctx, const char *props, EVP_PKEY *pkey, const OSSL_PARAM params[]) EVP_DigestSignInit_ex() argument
383 EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) EVP_DigestSignInit() argument
390 EVP_DigestVerifyInit_ex(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const char *mdname, OSSL_LIB_CTX *libctx, const char *props, EVP_PKEY *pkey, const OSSL_PARAM params[]) EVP_DigestVerifyInit_ex() argument
399 EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) EVP_DigestVerifyInit() argument
409 EVP_PKEY_CTX *pctx = ctx->pctx; EVP_DigestSignUpdate() local
439 EVP_PKEY_CTX *pctx = ctx->pctx; EVP_DigestVerifyUpdate() local
472 EVP_PKEY_CTX *dctx, *pctx = ctx->pctx; EVP_DigestSignFinal() local
570 EVP_PKEY_CTX *pctx = ctx->pctx; EVP_DigestSign() local
599 EVP_PKEY_CTX *dctx, *pctx = ctx->pctx; EVP_DigestVerifyFinal() local
663 EVP_PKEY_CTX *pctx = ctx->pctx; EVP_DigestVerify() local
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Decparam.c98 EVP_PKEY_CTX *gctx_params = NULL, *gctx_key = NULL, *pctx = NULL; in ecparam_main() local
H A Dgenpkey.c236 static int init_keygen_file(EVP_PKEY_CTX **pctx, const char *file, ENGINE *e, in init_keygen_file() argument
282 int init_gen_str(EVP_PKEY_CTX **pctx, in init_gen_str() argument
H A Dec.c68 EVP_PKEY_CTX *pctx = NULL; in ec_main() local
H A Drsa.c127 EVP_PKEY_CTX *pctx; in rsa_main() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_prn.c121 ASN1_item_print(BIO *out, const ASN1_VALUE *ifld, int indent, const ASN1_ITEM *it, const ASN1_PCTX *pctx) ASN1_item_print() argument
134 asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, const ASN1_ITEM *it, const char *fname, const char *sname, int nohdr, const ASN1_PCTX *pctx) asn1_item_print_ctx() argument
264 asn1_template_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) asn1_template_print_ctx() argument
331 asn1_print_fsname(BIO *out, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) asn1_print_fsname() argument
433 asn1_primitive_print(BIO *out, const ASN1_VALUE **fld, const ASN1_ITEM *it, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) asn1_primitive_print() argument
[all...]
/third_party/openssl/test/
H A Decdsatest.c180 EVP_PKEY_CTX *pctx; in set_sm2_id() local
H A Dalgorithmid_test.c117 EVP_PKEY_CTX *pctx = NULL; in test_x509_sig_aid() local
/third_party/openssl/crypto/cms/
H A Dcms_ec.c23 EVP_PKEY_CTX *pctx = NULL; in pkey_type2param() local
72 static int ecdh_cms_set_peerkey(EVP_PKEY_CTX *pctx, in ecdh_cms_set_peerkey() argument
124 ecdh_cms_set_kdf_param(EVP_PKEY_CTX *pctx, int eckdf_nid) ecdh_cms_set_kdf_param() argument
158 ecdh_cms_set_shared_info(EVP_PKEY_CTX *pctx, CMS_RecipientInfo *ri) ecdh_cms_set_shared_info() argument
221 EVP_PKEY_CTX *pctx; ecdh_cms_decrypt() local
251 EVP_PKEY_CTX *pctx; ecdh_cms_encrypt() local
[all...]
/third_party/openssl/apps/
H A Drsa.c127 EVP_PKEY_CTX *pctx; in rsa_main() local
H A Decparam.c98 EVP_PKEY_CTX *gctx_params = NULL, *gctx_key = NULL, *pctx = NULL; in ecparam_main() local
H A Dec.c68 EVP_PKEY_CTX *pctx = NULL; in ec_main() local
H A Dgenpkey.c236 static int init_keygen_file(EVP_PKEY_CTX **pctx, const char *file, ENGINE *e, in init_keygen_file() argument
282 int init_gen_str(EVP_PKEY_CTX **pctx, in init_gen_str() argument
/third_party/openssl/crypto/evp/
H A Dm_sigver.c39 static int do_sigver_init(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, in do_sigver_init() argument
374 EVP_DigestSignInit_ex(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const char *mdname, OSSL_LIB_CTX *libctx, const char *props, EVP_PKEY *pkey, const OSSL_PARAM params[]) EVP_DigestSignInit_ex() argument
383 EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) EVP_DigestSignInit() argument
390 EVP_DigestVerifyInit_ex(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const char *mdname, OSSL_LIB_CTX *libctx, const char *props, EVP_PKEY *pkey, const OSSL_PARAM params[]) EVP_DigestVerifyInit_ex() argument
399 EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) EVP_DigestVerifyInit() argument
409 EVP_PKEY_CTX *pctx = ctx->pctx; EVP_DigestSignUpdate() local
439 EVP_PKEY_CTX *pctx = ctx->pctx; EVP_DigestVerifyUpdate() local
472 EVP_PKEY_CTX *dctx, *pctx = ctx->pctx; EVP_DigestSignFinal() local
570 EVP_PKEY_CTX *pctx = ctx->pctx; EVP_DigestSign() local
599 EVP_PKEY_CTX *dctx, *pctx = ctx->pctx; EVP_DigestVerifyFinal() local
663 EVP_PKEY_CTX *pctx = ctx->pctx; EVP_DigestVerify() local
[all...]
/third_party/openssl/crypto/x509/
H A Dx_name.c283 x509_name_ex_print(BIO *out, const ASN1_VALUE **pval, int indent, const char *fname, const ASN1_PCTX *pctx) x509_name_ex_print() argument
/third_party/openssl/crypto/asn1/
H A Dtasn_prn.c121 ASN1_item_print(BIO *out, const ASN1_VALUE *ifld, int indent, const ASN1_ITEM *it, const ASN1_PCTX *pctx) ASN1_item_print() argument
134 asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, const ASN1_ITEM *it, const char *fname, const char *sname, int nohdr, const ASN1_PCTX *pctx) asn1_item_print_ctx() argument
264 asn1_template_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) asn1_template_print_ctx() argument
331 asn1_print_fsname(BIO *out, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) asn1_print_fsname() argument
433 asn1_primitive_print(BIO *out, const ASN1_VALUE **fld, const ASN1_ITEM *it, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) asn1_primitive_print() argument
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp102 static float ComputeAlignmentFactor(const SkSVGPresentationContext& pctx) { in ComputeAlignmentFactor() argument
/third_party/ffmpeg/libavcodec/
H A Dbsf.c53 void av_bsf_free(AVBSFContext **pctx) in av_bsf_free() argument
105 int av_bsf_alloc(const AVBitStreamFilter *filter, AVBSFContext **pctx) in av_bsf_alloc() argument
H A Dmss12.c159 static av_always_inline int decode_pixel(ArithCoder *acoder, PixContext *pctx, in decode_pixel() argument
201 decode_pixel_in_context(ArithCoder *acoder, PixContext *pctx, uint8_t *src, ptrdiff_t stride, int x, int y, int has_right) decode_pixel_in_context() argument
294 decode_region(ArithCoder *acoder, uint8_t *dst, uint8_t *rgb_dst, int x, int y, int width, int height, ptrdiff_t stride, ptrdiff_t rgb_stride, PixContext *pctx, const uint32_t *pal) decode_region() argument
376 decode_region_masked(MSS12Context const *c, ArithCoder *acoder, uint8_t *dst, ptrdiff_t stride, uint8_t *mask, ptrdiff_t mask_stride, int x, int y, int width, int height, PixContext *pctx) decode_region_masked() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c396 v3dX(emit_state)(struct pipe_context *pctx) in emit_state() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_viewport.c151 static void si_set_scissor_states(struct pipe_context *pctx, unsigned start_slot, in si_set_scissor_states() argument
430 static void si_set_viewport_states(struct pipe_context *pctx, unsigned start_slot, in si_set_viewport_states() argument
H A Dsi_buffer.c731 static bool si_resource_commit(struct pipe_context *pctx, struct pipe_resource *resource, in si_resource_commit() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c754 fd5_prog_init(struct pipe_context *pctx) in fd5_prog_init() argument

Completed in 17 milliseconds

12345678910>>...13