/third_party/node/deps/openssl/openssl/crypto/ |
H A D | asn1_dsa.c | 219 * 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 D | asn1_dsa.c | 219 * 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 D | asn1_dsa.h | 21 size_t ossl_decode_der_dsa_sig(BIGNUM *r, BIGNUM *s, const unsigned char **ppin,
|
/third_party/openssl/include/crypto/ |
H A D | asn1_dsa.h | 21 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 D | dsa_sign.c | 51 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 D | dsa_sign.c | 51 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 D | enc_mips32.c | 165 "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 D | enc_mips_dsp_r2.c | 1190 "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 D | dshow.c | 1168 * 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 D | ec_asn1.c | 1219 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 D | ec_asn1.c | 1219 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()
|