Home
last modified time | relevance | path

Searched refs:ppin (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dasn1_dsa.c219 * Decodes a single DSA-Sig-Value or ECDSA-Sig-Value from *ppin, which must be
220 * DER encoded, updates r and s with the decoded values, and increments *ppin
224 * ppin and *ppin must not be NULL.
234 const unsigned char **ppin, size_t len) in ossl_decode_der_dsa_sig()
240 if (!PACKET_buf_init(&pkt, *ppin, len) in ossl_decode_der_dsa_sig()
249 consumed = PACKET_data(&pkt) - *ppin; in ossl_decode_der_dsa_sig()
250 *ppin += consumed; in ossl_decode_der_dsa_sig()
233 ossl_decode_der_dsa_sig(BIGNUM *r, BIGNUM *s, const unsigned char **ppin, size_t len) ossl_decode_der_dsa_sig() argument
/third_party/openssl/crypto/
H A Dasn1_dsa.c219 * Decodes a single DSA-Sig-Value or ECDSA-Sig-Value from *ppin, which must be
220 * DER encoded, updates r and s with the decoded values, and increments *ppin
224 * ppin and *ppin must not be NULL.
234 const unsigned char **ppin, size_t len) in ossl_decode_der_dsa_sig()
240 if (!PACKET_buf_init(&pkt, *ppin, len) in ossl_decode_der_dsa_sig()
249 consumed = PACKET_data(&pkt) - *ppin; in ossl_decode_der_dsa_sig()
250 *ppin += consumed; in ossl_decode_der_dsa_sig()
233 ossl_decode_der_dsa_sig(BIGNUM *r, BIGNUM *s, const unsigned char **ppin, size_t len) ossl_decode_der_dsa_sig() argument
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dasn1_dsa.h21 size_t ossl_decode_der_dsa_sig(BIGNUM *r, BIGNUM *s, const unsigned char **ppin,
/third_party/openssl/include/crypto/
H A Dasn1_dsa.h21 size_t ossl_decode_der_dsa_sig(BIGNUM *r, BIGNUM *s, const unsigned char **ppin,
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_sign.c51 DSA_SIG *d2i_DSA_SIG(DSA_SIG **psig, const unsigned char **ppin, long len) in d2i_DSA_SIG() argument
69 || ossl_decode_der_dsa_sig(sig->r, sig->s, ppin, (size_t)len) == 0) { in d2i_DSA_SIG()
/third_party/openssl/crypto/dsa/
H A Ddsa_sign.c51 DSA_SIG *d2i_DSA_SIG(DSA_SIG **psig, const unsigned char **ppin, long len) in d2i_DSA_SIG() argument
69 || ossl_decode_der_dsa_sig(sig->r, sig->s, ppin, (size_t)len) == 0) { in d2i_DSA_SIG()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_mips32.c165 "lh %[temp0], " #J "(%[ppin]) \n\t" \
188 "sh %[temp5], " #J "(%[ppin]) \n\t" \
197 int16_t* ppin = &in[0]; in QuantizeBlock_MIPS32() local
228 : [pout]"r"(pout), [ppin]"r"(ppin), in QuantizeBlock_MIPS32()
H A Denc_mips_dsp_r2.c1190 "ulw %[temp1], " #J "(%[ppin]) \n\t" \
1210 "sh $0, " #J "+2(%[ppin]) \n\t" \
1222 "sh %[temp5], " #J "(%[ppin]) \n\t" \
1238 "sh $0, " #J "(%[ppin]) \n\t" \
1241 "sh %[temp5], " #J "+2(%[ppin]) \n\t" \
1267 "usw %[temp3], " #J "(%[ppin]) \n\t" \
1272 "usw $0, " #J "(%[ppin]) \n\t" \
1283 int16_t* ppin = &in[0]; in QuantizeBlock_MIPSdspR2() local
1306 : [ppin]"r"(ppin), [pou in QuantizeBlock_MIPSdspR2()
[all...]
/third_party/ffmpeg/libavdevice/
H A Ddshow.c1168 * object found in *ppin.
1169 * If ppin is NULL, cycle through all pins listing audio/video capabilities.
1173 enum dshowSourceFilterType sourcetype, IBaseFilter *device_filter, IPin **ppin) in dshow_cycle_pins()
1197 if (!ppin) { in dshow_cycle_pins()
1233 if (!ppin) { in dshow_cycle_pins()
1277 if (ppin) { in dshow_cycle_pins()
1287 *ppin = device_pin; in dshow_cycle_pins()
1172 dshow_cycle_pins(AVFormatContext *avctx, enum dshowDeviceType devtype, enum dshowSourceFilterType sourcetype, IBaseFilter *device_filter, IPin **ppin) dshow_cycle_pins() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_asn1.c1219 ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **psig, const unsigned char **ppin, long len) in d2i_ECDSA_SIG() argument
1237 || ossl_decode_der_dsa_sig(sig->r, sig->s, ppin, (size_t)len) == 0) { in d2i_ECDSA_SIG()
/third_party/openssl/crypto/ec/
H A Dec_asn1.c1219 ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **psig, const unsigned char **ppin, long len) in d2i_ECDSA_SIG() argument
1237 || ossl_decode_der_dsa_sig(sig->r, sig->s, ppin, (size_t)len) == 0) { in d2i_ECDSA_SIG()

Completed in 13 milliseconds