Searched refs:pctx (Results 76 - 95 of 95) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/screencast/
H A DScreencastView.js688 var pctx = pattern.getContext("2d"); variable
690 pctx.fillStyle = "rgb(195, 195, 195)";
691 pctx.fillRect(0, 0, size * 2, size * 2);
693 pctx.fillStyle = "rgb(225, 225, 225)";
694 pctx.fillRect(0, 0, size, size);
695 pctx.fillRect(size, size, size, size);
/external/openssl/crypto/cms/
H A Dcms_sd.c705 EVP_PKEY_CTX *pctx; local
723 if (EVP_DigestSignInit(&mctx, &pctx, md, NULL, si->pkey) <= 0)
726 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
748 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
772 EVP_PKEY_CTX *pctx; local
787 if (EVP_DigestVerifyInit(&mctx, &pctx, md, NULL, si->pkey) <= 0)
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dasn1t.h615 const ASN1_PCTX *pctx);
619 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
682 const ASN1_PCTX *pctx; member in struct:ASN1_PRINT_ARG_st
845 const ASN1_PCTX *pctx) \
848 ASN1_ITEM_rptr(itname), pctx); \
H A Dasn1.h327 const ASN1_PCTX *pctx);
1049 OPENSSL_EXPORT int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, const ASN1_ITEM *it, const ASN1_PCTX *pctx);
/external/openssl/crypto/asn1/
H A Dasn1t.h668 const ASN1_PCTX *pctx);
672 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
735 const ASN1_PCTX *pctx; member in struct:ASN1_PRINT_ARG_st
898 const ASN1_PCTX *pctx) \
901 ASN1_ITEM_rptr(itname), pctx); \
H A Da_sign.c243 pkey = EVP_PKEY_CTX_get0_pkey(ctx->pctx);
H A Dasn1.h341 const ASN1_PCTX *pctx);
1119 const ASN1_ITEM *it, const ASN1_PCTX *pctx);
/external/openssl/include/openssl/
H A Dasn1t.h668 const ASN1_PCTX *pctx);
672 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
735 const ASN1_PCTX *pctx; member in struct:ASN1_PRINT_ARG_st
898 const ASN1_PCTX *pctx) \
901 ASN1_ITEM_rptr(itname), pctx); \
H A Dasn1.h341 const ASN1_PCTX *pctx);
1119 const ASN1_ITEM *it, const ASN1_PCTX *pctx);
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Da_sign.c186 pkey = EVP_PKEY_CTX_get0_pkey(ctx->pctx);
/external/openssl/apps/
H A Dapps.h320 int init_gen_str(BIO *err, EVP_PKEY_CTX **pctx,
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_clnt.c2280 EVP_PKEY_CTX *pctx = NULL; local
2313 pctx = EVP_PKEY_CTX_new(pkey, NULL);
2314 if (pctx == NULL)
2318 if (!EVP_PKEY_sign_init(pctx) ||
2319 !EVP_PKEY_CTX_set_signature_md(pctx, md) ||
2320 !EVP_PKEY_sign(pctx, NULL, &signature_length,
2333 if (!EVP_PKEY_sign(pctx, &p[2], &signature_length,
2346 EVP_PKEY_CTX_free(pctx);
2349 EVP_PKEY_CTX_free(pctx);
H A Ds3_srvr.c2228 EVP_PKEY_CTX *pctx = NULL; local
2289 pctx = EVP_PKEY_CTX_new(pkey, NULL);
2290 if (pctx == NULL)
2292 if (!EVP_PKEY_verify_init(pctx) ||
2293 !EVP_PKEY_CTX_set_signature_md(pctx, md) ||
2294 !EVP_PKEY_verify(pctx, CBS_data(&signature), CBS_len(&signature),
2309 EVP_PKEY_CTX_free(pctx);
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_rsa_asn1.c385 const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) {
691 EVP_PKEY_CTX *pkctx = ctx->pctx;
384 rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) argument
/external/openssl/crypto/rsa/
H A Drsa_ameth.c387 int indent, ASN1_PCTX *pctx)
572 EVP_PKEY_CTX *pkctx = ctx->pctx;
385 rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) argument
/external/openssl/ssl/
H A Ds3_clnt.c3217 EVP_PKEY_CTX *pctx=NULL; local
3231 pctx = EVP_PKEY_CTX_new(pkey,NULL);
3232 EVP_PKEY_sign_init(pctx);
3233 if (EVP_PKEY_CTX_set_signature_md(pctx, EVP_sha1())>0)
3359 if (EVP_PKEY_sign(pctx, signbuf, &sigsize, data, 32) <= 0) {
3383 EVP_PKEY_CTX_free(pctx);
3387 EVP_PKEY_CTX_free(pctx);
H A Ds3_srvr.c3223 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new(pkey,NULL); local
3224 EVP_PKEY_verify_init(pctx);
3231 j=EVP_PKEY_verify(pctx,signature,64,s->s3->tmp.cert_verify_md,32);
3232 EVP_PKEY_CTX_free(pctx);
/external/openssl/crypto/dsa/
H A Ddsa_ameth.c553 int indent, ASN1_PCTX *pctx)
551 dsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) argument
/external/chromium_org/third_party/libxml/src/
H A Dparser.c88 const xmlChar *base, xmlParserCtxtPtr pctx);
13436 * @pctx: parser context used to set options on new context
13446 const xmlChar *base, xmlParserCtxtPtr pctx) {
13457 if (pctx != NULL) {
13458 ctxt->options = pctx->options;
13459 ctxt->_private = pctx->_private;
13445 xmlCreateEntityParserCtxtInternal(const xmlChar *URL, const xmlChar *ID, const xmlChar *base, xmlParserCtxtPtr pctx) argument
/external/libxml2/
H A Dparser.c95 const xmlChar *base, xmlParserCtxtPtr pctx);
13969 * @pctx: parser context used to set options on new context
13979 const xmlChar *base, xmlParserCtxtPtr pctx) {
13990 if (pctx != NULL) {
13991 ctxt->options = pctx->options;
13992 ctxt->_private = pctx->_private;
13978 xmlCreateEntityParserCtxtInternal(const xmlChar *URL, const xmlChar *ID, const xmlChar *base, xmlParserCtxtPtr pctx) argument

Completed in 2761 milliseconds

1234