Home
last modified time | relevance | path

Searched defs:len (Results 1401 - 1425 of 6045) sorted by relevance

1...<<51525354555657585960>>...242

/third_party/openssl/crypto/pkcs12/
H A Dp12_kiss.c230 int len, r; in parse_bag() local
H A Dp12_attr.c77 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 Dp12_utl.c154 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 Dec2_oct.c125 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 De_sm4.c33 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 Dx_long.c128 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in long_c2i() argument
H A Dx_bignum.c115 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 Da_d2i_fp.c43 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 Dbio_dump.c22 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 Dpem_info.c62 long len, error = 0; in STACK_OF() local
H A Dpem_all.c189 long len; in IMPLEMENT_PEM_write() local
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/
H A Dsha1.cc234 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 DImmutableString.h29 size_t len = 0u; in constStrlen() local
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/
H A Dgles_conformance_tests.cpp15 int len = vsnprintf(nullptr, 0, fmt, vararg); in FormatArg() local
/third_party/skia/src/opts/
H A DSkBlitRow_opts.h153 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 DSampleTextBox.cpp139 size_t len = strlen(str); in drawTest() local
/third_party/skia/src/core/
H A DSkGraphics.cpp71 size_t len = strlen(flags); in SetFlags() local
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c103 aes_siv_cipher(void *vctx, unsigned char *out, const unsigned char *in, size_t len) aes_siv_cipher() argument
H A Dciphercommon_block.c111 size_t len = *buflen; in ossl_cipher_unpadblock() local
H A Dcipher_chacha20_poly1305.h25 struct { uint64_t aad, text; } len; member
H A Dcipher_des_hw.c51 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 Dcipher_tdes_wrap.c87 size_t len = inl + ivlen + icvlen; in des_ede3_wrap() local
/third_party/openssl/test/
H A Dbio_readbuffer_test.c28 int ret = 0, len, partial; in test_readbuffer_file_bio() local
[all...]
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c29 write_blob(void *provctx, OSSL_CORE_BIO *cout, void *data, int len) write_blob() argument
H A Ddecode_spki2typespki.c57 long len; in spki2typespki_decode() local

Completed in 11 milliseconds

1...<<51525354555657585960>>...242