Home
last modified time | relevance | path

Searched defs:olen (Results 26 - 50 of 150) sorted by relevance

123456

/third_party/node/deps/base64/base64/lib/arch/avx/
H A Denc_loop_asm.c122 enc_loop_avx (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_avx() argument
/third_party/node/deps/base64/base64/lib/arch/avx2/
H A Denc_loop_asm.c123 enc_loop_avx2 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_avx2() argument
/third_party/node/deps/base64/base64/lib/arch/ssse3/
H A Denc_loop_asm.c126 enc_loop_ssse3 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_ssse3() argument
/third_party/curl/tests/unit/
H A Dunit1655.c104 size_t olen = 100000; variable
152 size_t olen; variable
[all...]
/third_party/curl/lib/
H A Descape.c120 Curl_urldecode(const char *string, size_t length, char **ostring, size_t *olen, enum urlreject ctrl) Curl_urldecode() argument
178 curl_easy_unescape(struct Curl_easy *data, const char *string, int length, int *olen) curl_easy_unescape() argument
216 Curl_hexencode(const unsigned char *src, size_t len, unsigned char *out, size_t olen) Curl_hexencode() argument
[all...]
H A Dheaders.c227 size_t olen; /* length of the old value */ in unfold_value() local
/third_party/mbedtls/library/
H A Dbase64.c61 int mbedtls_base64_encode(unsigned char *dst, size_t dlen, size_t *olen, in mbedtls_base64_encode() argument
128 int mbedtls_base64_decode(unsigned char *dst, size_t dlen, size_t *olen, in mbedtls_base64_decode() argument
/third_party/node/deps/base64/base64/lib/arch/neon32/
H A Ddec_loop.c56 dec_loop_neon32 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in dec_loop_neon32() argument
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genaes.c321 int n = 0, outl, olen; in lws_genaes_crypt() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbase64.c28 size_t olen; in base64_gen_encode() local
91 size_t i, count, olen; in base64_gen_decode() local
[all...]
/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_aes.c60 static char *MallocDecodeData(const char *text, size_t *olen) in MallocDecodeData() argument
86 static char *MallocEncodeData(const unsigned char *text, size_t *olen) in MallocEncodeData() argument
/third_party/mbedtls/programs/util/
H A Dpem2der.c60 convert_pem_to_der(const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen) convert_pem_to_der() argument
/third_party/mbedtls/programs/aes/
H A Dcrypt_and_hash.c64 size_t keylen, ilen, olen; in main() local
[all...]
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c785 size_t olen = len; in rops_write_role_protocol_h1() local
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/
H A Dprotocol_lws_minimal_pmd_bulk.c91 int n, m, flags, olen, amount; in callback_minimal_pmd_bulk() local
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genrsa.c201 size_t olen = 0; local
245 size_t olen = 0; local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_object.c53 int a2d_ASN1_OBJECT(unsigned char *out, int olen, const char *buf, int num) in a2d_ASN1_OBJECT() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm.c340 size_t olen = 0; in ccm_tls_cipher() local
387 size_t olen = 0; in ccm_cipher_internal() local
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_pwri.c249 size_t olen; in kek_wrap_key() local
/third_party/openssl/crypto/asn1/
H A Da_object.c53 int a2d_ASN1_OBJECT(unsigned char *out, int olen, const char *buf, int num) in a2d_ASN1_OBJECT() argument
/third_party/openssl/crypto/cms/
H A Dcms_pwri.c249 size_t olen; in kek_wrap_key() local
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm.c337 size_t olen = 0; in ccm_tls_cipher() local
384 size_t olen = 0; in ccm_cipher_internal() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dbase64.c31 size_t olen; in base64_gen_encode() local
93 size_t i, count, olen; in base64_gen_decode() local
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-tokenize.h176 size_t olen; member
/third_party/libwebsockets/lib/misc/
H A Dlws-struct-lejp.c548 size_t budget = 0, olen = len, m; in lws_struct_json_serialize() local

Completed in 14 milliseconds

123456