Home
last modified time | relevance | path

Searched refs:zbuf (Results 1 - 25 of 66) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_decr.c125 * Decrypt an OCTET STRING and decode ASN1 structure if zbuf set zero buffer
131 const ASN1_OCTET_STRING *oct, int zbuf, in PKCS12_item_decrypt_d2i_ex()
150 if (zbuf) in PKCS12_item_decrypt_d2i_ex()
160 const ASN1_OCTET_STRING *oct, int zbuf) in PKCS12_item_decrypt_d2i()
162 return PKCS12_item_decrypt_d2i_ex(algor, it, pass, passlen, oct, zbuf, in PKCS12_item_decrypt_d2i()
167 * Encode ASN1 structure and encrypt, return OCTET STRING if zbuf set zero
174 void *obj, int zbuf, in PKCS12_item_i2d_encrypt_ex()
197 if (zbuf) in PKCS12_item_i2d_encrypt_ex()
209 void *obj, int zbuf) in PKCS12_item_i2d_encrypt()
211 return PKCS12_item_i2d_encrypt_ex(algor, it, pass, passlen, obj, zbuf, NUL in PKCS12_item_i2d_encrypt()
129 PKCS12_item_decrypt_d2i_ex(const X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, const ASN1_OCTET_STRING *oct, int zbuf, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_item_decrypt_d2i_ex() argument
158 PKCS12_item_decrypt_d2i(const X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, const ASN1_OCTET_STRING *oct, int zbuf) PKCS12_item_decrypt_d2i() argument
171 PKCS12_item_i2d_encrypt_ex(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_item_i2d_encrypt_ex() argument
206 PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf) PKCS12_item_i2d_encrypt() argument
[all...]
/third_party/openssl/crypto/pkcs12/
H A Dp12_decr.c125 * Decrypt an OCTET STRING and decode ASN1 structure if zbuf set zero buffer
131 const ASN1_OCTET_STRING *oct, int zbuf, in PKCS12_item_decrypt_d2i_ex()
150 if (zbuf) in PKCS12_item_decrypt_d2i_ex()
160 const ASN1_OCTET_STRING *oct, int zbuf) in PKCS12_item_decrypt_d2i()
162 return PKCS12_item_decrypt_d2i_ex(algor, it, pass, passlen, oct, zbuf, in PKCS12_item_decrypt_d2i()
167 * Encode ASN1 structure and encrypt, return OCTET STRING if zbuf set zero
174 void *obj, int zbuf, in PKCS12_item_i2d_encrypt_ex()
197 if (zbuf) in PKCS12_item_i2d_encrypt_ex()
209 void *obj, int zbuf) in PKCS12_item_i2d_encrypt()
211 return PKCS12_item_i2d_encrypt_ex(algor, it, pass, passlen, obj, zbuf, NUL in PKCS12_item_i2d_encrypt()
129 PKCS12_item_decrypt_d2i_ex(const X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, const ASN1_OCTET_STRING *oct, int zbuf, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_item_decrypt_d2i_ex() argument
158 PKCS12_item_decrypt_d2i(const X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, const ASN1_OCTET_STRING *oct, int zbuf) PKCS12_item_decrypt_d2i() argument
171 PKCS12_item_i2d_encrypt_ex(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_item_i2d_encrypt_ex() argument
206 PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf) PKCS12_item_i2d_encrypt() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c85 struct pipe_surface *zbuf = i915->framebuffer.zsbuf; in i915_clear_emit() local
88 depth_tex = i915_texture(zbuf->texture); in i915_clear_emit()
107 struct pipe_surface *zbuf = i915->framebuffer.zsbuf; in i915_clear_emit() local
110 depth_tex = i915_texture(zbuf->texture); in i915_clear_emit()
/third_party/ffmpeg/libavcodec/
H A Dtiffenc.c381 uint8_t *zbuf; in encode_frame() local
386 zbuf = av_malloc(zlen); in encode_frame()
387 if (!zbuf) { in encode_frame()
396 memcpy(zbuf + zn, s->yuv_line, bytes_per_row); in encode_frame()
399 memcpy(zbuf + j * bytes_per_row, in encode_frame()
403 ret = encode_strip(s, zbuf, ptr, zn, s->compr); in encode_frame()
404 av_free(zbuf); in encode_frame()
/third_party/ffmpeg/libavformat/
H A Dswfdec.c330 uint8_t *buf = NULL, *zbuf = NULL, *pal; in swf_read_packet() local
378 zbuf = av_malloc(len); in swf_read_packet()
379 if (!zbuf) { in swf_read_packet()
384 len = avio_read(pb, zbuf, len); in swf_read_packet()
393 if ((res = uncompress(buf, &out_len, zbuf, len)) != Z_OK) { in swf_read_packet()
464 av_freep(&zbuf); in swf_read_packet()
468 av_freep(&zbuf); in swf_read_packet()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/
H A Dpkcs12.h234 const ASN1_OCTET_STRING *oct, int zbuf);
237 const ASN1_OCTET_STRING *oct, int zbuf,
243 void *obj, int zbuf);
247 void *obj, int zbuf,

Completed in 21 milliseconds

123