Home
last modified time | relevance | path

Searched defs:pctx (Results 1 – 25 of 43) sorted by relevance

12

/openbsd-src/usr.bin/dig/lib/isccfg/
H A Dparser.c48 #define TOKEN_STRING(pctx) (pctx->token.value.as_textregion.base) argument
164 cfg_parse_obj(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in cfg_parse_obj()
179 cfg_parse_special(cfg_parser_t *pctx, int special) { in cfg_parse_special()
203 parse_semicolon(cfg_parser_t *pctx) { in parse_semicolon()
221 parse_eof(cfg_parser_t *pctx) { in parse_eof()
245 cfg_parser_t *pctx; in cfg_parser_create() local
296 parser_openfile(cfg_parser_t *pctx, const char *filename) { in parser_openfile()
324 parse2(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in parse2()
355 cfg_parse_file(cfg_parser_t *pctx, const char *filename, in cfg_parse_file()
373 cfg_parser_t *pctx; in cfg_parser_destroy() local
[all …]
/openbsd-src/lib/libcrypto/kdf/
H A Dkdf.h77 # define EVP_PKEY_CTX_set_tls1_prf_md(pctx, md) \ argument
81 # define EVP_PKEY_CTX_set1_tls1_prf_secret(pctx, sec, seclen) \ argument
85 # define EVP_PKEY_CTX_add1_tls1_prf_seed(pctx, seed, seedlen) \ argument
90 # define EVP_PKEY_CTX_set_hkdf_md(pctx, md) \ argument
94 # define EVP_PKEY_CTX_set1_hkdf_salt(pctx, salt, saltlen) \ argument
98 # define EVP_PKEY_CTX_set1_hkdf_key(pctx, key, keylen) \ argument
102 # define EVP_PKEY_CTX_add1_hkdf_info(pctx, info, infolen) \ argument
106 # define EVP_PKEY_CTX_hkdf_mode(pctx, mode) \ argument
/openbsd-src/lib/libcrypto/asn1/
H A Dtasn_prn.c95 const ASN1_PCTX *pctx) in ASN1_item_print()
112 const char *fname, const char *sname, int nohdr, const ASN1_PCTX *pctx) in asn1_item_print_ctx()
247 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) in asn1_template_print_ctx()
303 const ASN1_PCTX *pctx) in asn1_print_fsname()
334 asn1_print_boolean_ctx(BIO *out, int boolval, const ASN1_PCTX *pctx) in asn1_print_boolean_ctx()
359 asn1_print_integer_ctx(BIO *out, ASN1_INTEGER *str, const ASN1_PCTX *pctx) in asn1_print_integer_ctx()
372 asn1_print_oid_ctx(BIO *out, const ASN1_OBJECT *oid, const ASN1_PCTX *pctx) in asn1_print_oid_ctx()
387 const ASN1_PCTX *pctx) in asn1_print_obstring_ctx()
404 int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) in asn1_primitive_print()
H A Dx_bignum.c197 const ASN1_PCTX *pctx) in bn_print()
H A Dx_long.c231 const ASN1_PCTX *pctx) in long_print()
/openbsd-src/lib/libcrypto/evp/
H A Dm_sigver.c76 do_sigver_init(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, in do_sigver_init()
126 EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, in EVP_DigestSignInit()
134 EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, in EVP_DigestVerifyInit()
145 EVP_PKEY_CTX *pctx = ctx->pctx; in evp_digestsignfinal_sigctx_custom() local
170 EVP_PKEY_CTX *pctx = ctx->pctx; in EVP_DigestSignFinal() local
H A Dp_lib.c817 EVP_PKEY_print_public(BIO * out,const EVP_PKEY * pkey,int indent,ASN1_PCTX * pctx) EVP_PKEY_print_public() argument
828 EVP_PKEY_print_private(BIO * out,const EVP_PKEY * pkey,int indent,ASN1_PCTX * pctx) EVP_PKEY_print_private() argument
839 EVP_PKEY_print_params(BIO * out,const EVP_PKEY * pkey,int indent,ASN1_PCTX * pctx) EVP_PKEY_print_params() argument
H A Dbio_md.c183 EVP_MD_CTX *ctx, *dctx, **pctx; in md_ctrl() local
H A Dpmeth_lib.c170 EVP_PKEY_CTX_dup(EVP_PKEY_CTX *pctx) in EVP_PKEY_CTX_dup() argument
/openbsd-src/usr.bin/openssl/
H A Dgenpkey.c318 init_keygen_file(BIO * err, EVP_PKEY_CTX ** pctx, const char *file) in init_keygen_file()
358 init_gen_str(BIO * err, EVP_PKEY_CTX ** pctx, const char *algname, int do_param) in init_gen_str()
H A Dcms.c1484 EVP_PKEY_CTX *pctx; cms_main() local
1602 EVP_PKEY_CTX *pctx; cms_main() local
1943 cms_set_pkey_param(EVP_PKEY_CTX * pctx,STACK_OF (OPENSSL_STRING)* param) cms_set_pkey_param() argument
/openbsd-src/lib/libcrypto/ec/
H A Dec_ameth.c730 ecdh_cms_set_peerkey(EVP_PKEY_CTX * pctx,X509_ALGOR * alg,ASN1_BIT_STRING * pubkey) ecdh_cms_set_peerkey() argument
786 ecdh_cms_set_kdf_param(EVP_PKEY_CTX * pctx,int eckdf_nid) ecdh_cms_set_kdf_param() argument
822 ecdh_cms_set_shared_info(EVP_PKEY_CTX * pctx,CMS_RecipientInfo * ri) ecdh_cms_set_shared_info() argument
897 EVP_PKEY_CTX *pctx; ecdh_cms_decrypt() local
931 EVP_PKEY_CTX *pctx; ecdh_cms_encrypt() local
[all...]
/openbsd-src/lib/libfido2/src/
H A Drs1.c27 EVP_PKEY_CTX *pctx = NULL; in rs1_verify_sig() local
H A Des256.c222 EVP_PKEY_CTX *pctx = NULL; in es256_sk_create() local
499 EVP_PKEY_CTX *pctx = NULL; in es256_verify_sig() local
H A Drs256.c223 EVP_PKEY_CTX *pctx = NULL; in rs256_verify_sig() local
/openbsd-src/lib/libcrypto/cms/
H A Dcms_kari.c213 EVP_PKEY_CTX *pctx; CMS_RecipientInfo_kari_set0_pkey() local
326 EVP_PKEY_CTX *pctx = NULL; cms_kari_create_ephemeral_key() local
[all...]
H A Dcms_env.c109 EVP_PKEY_CTX *pctx = ri->d.kari->pctx; cms_env_asn1_ctrl() local
371 EVP_PKEY_CTX *pctx; cms_RecipientInfo_ktri_encrypt() local
[all...]
H A Dcms_local.h139 EVP_PKEY_CTX *pctx; member
199 EVP_PKEY_CTX *pctx; member
209 EVP_PKEY_CTX *pctx; member
/openbsd-src/lib/libcrypto/pkcs7/
H A Dpk7_doit.c147 EVP_PKEY_CTX *pctx = NULL; in pkcs7_encode_rinfo() local
200 EVP_PKEY_CTX *pctx = NULL; in pkcs7_decrypt_rinfo() local
872 EVP_PKEY_CTX *pctx; PKCS7_SIGNER_INFO_sign() local
[all...]
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dintel_rc6_types.h34 struct drm_i915_gem_object *pctx; member
H A Dintel_rc6.c317 struct drm_i915_gem_object *pctx; in vlv_rc6_init() local
734 struct drm_i915_gem_object *pctx; in intel_rc6_fini() local
/openbsd-src/regress/lib/libcrypto/sm2/
H A Dsm2evptest.c106 EVP_PKEY_CTX *pctx = NULL; in test_EVP_SM2() local
/openbsd-src/lib/libssl/
H A Dtls13_client.c639 EVP_PKEY_CTX *pctx; in tls13_server_certificate_verify_recv() local
915 EVP_PKEY_CTX *pctx; in tls13_client_certificate_verify_send() local
H A Dtls13_server.c717 EVP_PKEY_CTX *pctx; in tls13_server_certificate_verify_send() local
948 EVP_PKEY_CTX *pctx; in tls13_client_certificate_verify_recv() local
H A Dssl_srvr.c1424 EVP_PKEY_CTX *pctx; ssl3_send_server_key_exchange() local
1946 EVP_PKEY_CTX *pctx; ssl3_get_cert_verify() local

12