/third_party/openssl/crypto/pkcs12/ |
H A D | p12_kiss.c | 230 int len, r; in parse_bag() local
|
H A D | p12_attr.c | 77 PKCS12_add1_attr_by_NID(PKCS12_SAFEBAG *bag, int nid, int type, const unsigned char *bytes, int len) PKCS12_add1_attr_by_NID() argument 86 PKCS12_add1_attr_by_txt(PKCS12_SAFEBAG *bag, const char *attrname, int type, const unsigned char *bytes, int len) PKCS12_add1_attr_by_txt() argument
|
H A D | p12_utl.c | 154 static int bmp_to_utf8(char *str, const unsigned char *utf16, int len) in bmp_to_utf8() argument
|
/third_party/openssl/crypto/ec/ |
H A D | ec2_oct.c | 125 ossl_ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) ossl_ec_GF2m_simple_point2oct() argument 256 ossl_ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) ossl_ec_GF2m_simple_oct2point() argument
|
/third_party/openssl/crypto/evp/ |
H A D | e_sm4.c | 33 sm4_cbc_encrypt(const unsigned char *in, unsigned char *out, size_t len, const SM4_KEY *key, unsigned char *ivec, const int enc) sm4_cbc_encrypt() argument 74 sm4_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) sm4_ctr_cipher() argument
|
/third_party/openssl/crypto/asn1/ |
H A D | x_long.c | 128 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in long_c2i() argument
|
H A D | x_bignum.c | 115 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in bn_c2i() argument 130 static int bn_secure_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in bn_secure_c2i() argument
|
H A D | a_d2i_fp.c | 43 int len; in ASN1_d2i_bio() local 64 int len; in ASN1_item_d2i_bio_ex() local 117 size_t len = 0; in asn1_d2i_read_bio() local [all...] |
/third_party/openssl/crypto/bio/ |
H A D | bio_dump.c | 22 int BIO_dump_cb(int (*cb) (const void *data, size_t len, void *u), in BIO_dump_cb() argument 28 int BIO_dump_indent_cb(int (*cb) (const void *data, size_t len, void *u), in BIO_dump_indent_cb() argument 98 static int write_fp(const void *data, size_t len, voi argument 103 BIO_dump_fp(FILE *fp, const void *s, int len) BIO_dump_fp() argument 108 BIO_dump_indent_fp(FILE *fp, const void *s, int len, int indent) BIO_dump_indent_fp() argument 114 write_bio(const void *data, size_t len, void *bp) write_bio() argument 119 BIO_dump(BIO *bp, const void *s, int len) BIO_dump() argument 124 BIO_dump_indent(BIO *bp, const void *s, int len, int indent) BIO_dump_indent() argument [all...] |
/third_party/openssl/crypto/pem/ |
H A D | pem_info.c | 62 long len, error = 0; in STACK_OF() local
|
H A D | pem_all.c | 189 long len; in IMPLEMENT_PEM_write() local
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/ |
H A D | sha1.cc | 234 void SHA1HashBytes(const unsigned char *data, size_t len, unsigned char *hash) in SHA1HashBytes() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ImmutableString.h | 29 size_t len = 0u; in constStrlen() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/ |
H A D | gles_conformance_tests.cpp | 15 int len = vsnprintf(nullptr, 0, fmt, vararg); in FormatArg() local
|
/third_party/skia/src/opts/ |
H A D | SkBlitRow_opts.h | 153 inline void blit_row_s32a_opaque(SkPMColor* dst, const SkPMColor* src, int len, U8CPU alpha) { in blit_row_s32a_opaque() argument [all...] |
/third_party/skia/samplecode/ |
H A D | SampleTextBox.cpp | 139 size_t len = strlen(str); in drawTest() local
|
/third_party/skia/src/core/ |
H A D | SkGraphics.cpp | 71 size_t len = strlen(flags); in SetFlags() local
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv_hw.c | 103 aes_siv_cipher(void *vctx, unsigned char *out, const unsigned char *in, size_t len) aes_siv_cipher() argument
|
H A D | ciphercommon_block.c | 111 size_t len = *buflen; in ossl_cipher_unpadblock() local
|
H A D | cipher_chacha20_poly1305.h | 25 struct { uint64_t aad, text; } len; member
|
H A D | cipher_des_hw.c | 51 cipher_hw_des_ecb_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) cipher_hw_des_ecb_cipher() argument 65 cipher_hw_des_cbc_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) cipher_hw_des_cbc_cipher() argument 89 cipher_hw_des_ofb64_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) cipher_hw_des_ofb64_cipher() argument 108 cipher_hw_des_cfb64_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) cipher_hw_des_cfb64_cipher() argument [all...] |
H A D | cipher_tdes_wrap.c | 87 size_t len = inl + ivlen + icvlen; in des_ede3_wrap() local
|
/third_party/openssl/test/ |
H A D | bio_readbuffer_test.c | 28 int ret = 0, len, partial; in test_readbuffer_file_bio() local [all...] |
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2blob.c | 29 write_blob(void *provctx, OSSL_CORE_BIO *cout, void *data, int len) write_blob() argument
|
H A D | decode_spki2typespki.c | 57 long len; in spki2typespki_decode() local
|