Home
last modified time | relevance | path

Searched defs:olen (Results 76 - 100 of 146) sorted by relevance

123456

/third_party/curl/lib/
H A Dsendf.c274 chop_write(struct Curl_easy *data, int type, bool skip_body_write, char *optr, size_t olen) chop_write() argument
H A Ddoh.c76 doh_encode(const char *host, DNStype dnstype, unsigned char *dnsp, size_t len, size_t *olen) doh_encode() argument
/third_party/mbedtls/library/
H A Dx509write_crt.c665 size_t olen; in mbedtls_x509write_crt_pem() local
H A Dcmac.c101 size_t olen, block_size; in cmac_generate_subkeys() local
204 size_t n, j, olen, block_size; in mbedtls_cipher_cmac_update() local
277 size_t olen, block_size; in mbedtls_cipher_cmac_finish() local
H A Dccm.c134 size_t olen = 0; in mbedtls_ccm_crypt() local
162 size_t olen; in ccm_calculate_first_block_if_ready() local
296 size_t olen; in mbedtls_ccm_update_ad() local
367 size_t olen; in mbedtls_ccm_update() local
519 size_t olen; in ccm_auth_crypt() local
[all...]
H A Dcipher.c579 mbedtls_cipher_update(mbedtls_cipher_context_t *ctx, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen) mbedtls_cipher_update() argument
1011 mbedtls_cipher_finish(mbedtls_cipher_context_t *ctx, unsigned char *output, size_t *olen) mbedtls_cipher_finish() argument
1306 mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx, const unsigned char *iv, size_t iv_len, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen) mbedtls_cipher_crypt() argument
1402 mbedtls_cipher_aead_encrypt(mbedtls_cipher_context_t *ctx, const unsigned char *iv, size_t iv_len, const unsigned char *ad, size_t ad_len, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen, unsigned char *tag, size_t tag_len) mbedtls_cipher_aead_encrypt() argument
1479 mbedtls_cipher_aead_decrypt(mbedtls_cipher_context_t *ctx, const unsigned char *iv, size_t iv_len, const unsigned char *ad, size_t ad_len, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen, const unsigned char *tag, size_t tag_len) mbedtls_cipher_aead_decrypt() argument
1582 mbedtls_cipher_auth_encrypt_ext(mbedtls_cipher_context_t *ctx, const unsigned char *iv, size_t iv_len, const unsigned char *ad, size_t ad_len, const unsigned char *input, size_t ilen, unsigned char *output, size_t output_len, size_t *olen, size_t tag_len) mbedtls_cipher_auth_encrypt_ext() argument
1633 mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx, const unsigned char *iv, size_t iv_len, const unsigned char *ad, size_t ad_len, const unsigned char *input, size_t ilen, unsigned char *output, size_t output_len, size_t *olen, size_t tag_len) mbedtls_cipher_auth_decrypt_ext() argument
[all...]
H A Dpk_wrap.c279 rsa_decrypt_wrap(mbedtls_pk_context *pk, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen, size_t osize, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) rsa_decrypt_wrap() argument
345 rsa_decrypt_wrap(mbedtls_pk_context *pk, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen, size_t osize, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) rsa_decrypt_wrap() argument
362 rsa_encrypt_wrap(mbedtls_pk_context *pk, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen, size_t osize, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) rsa_encrypt_wrap() argument
427 rsa_encrypt_wrap(mbedtls_pk_context *pk, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen, size_t osize, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) rsa_encrypt_wrap() argument
1316 rsa_alt_decrypt_wrap(mbedtls_pk_context *pk, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen, size_t osize, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) rsa_alt_decrypt_wrap() argument
1467 rsa_opaque_decrypt(mbedtls_pk_context *pk, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen, size_t osize, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) rsa_opaque_decrypt() argument
[all...]
H A Decjpake.c483 ecjpake_kkpp_write(const mbedtls_md_type_t md_type, const mbedtls_ecp_group *grp, const int pf, const mbedtls_ecp_point *G, mbedtls_mpi *xm1, mbedtls_ecp_point *Xa, mbedtls_mpi *xm2, mbedtls_ecp_point *Xb, const char *id, unsigned char *buf, size_t len, size_t *olen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) ecjpake_kkpp_write() argument
529 mbedtls_ecjpake_write_round_one(mbedtls_ecjpake_context *ctx, unsigned char *buf, size_t len, size_t *olen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecjpake_write_round_one() argument
652 mbedtls_ecjpake_write_round_two(mbedtls_ecjpake_context *ctx, unsigned char *buf, size_t len, size_t *olen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecjpake_write_round_two() argument
759 mbedtls_ecjpake_derive_secret(mbedtls_ecjpake_context *ctx, unsigned char *buf, size_t len, size_t *olen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecjpake_derive_secret() argument
793 mbedtls_ecjpake_write_shared_key(mbedtls_ecjpake_context *ctx, unsigned char *buf, size_t len, size_t *olen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecjpake_write_shared_key() argument
[all...]
H A Dgcm.c108 size_t olen = 0; in gcm_gen_table() local
387 size_t olen = 0; in mbedtls_gcm_starts() local
545 size_t olen = 0; in gcm_mask() local
716 size_t olen; in mbedtls_gcm_crypt_and_tag() local
1024 size_t olen; in mbedtls_gcm_self_test() local
[all...]
H A Dssl_tls13_generic.c1362 ssl_tls13_write_change_cipher_spec_body(mbedtls_ssl_context *ssl, unsigned char *buf, unsigned char *end, size_t *olen) ssl_tls13_write_change_cipher_spec_body() argument
/third_party/mbedtls/tests/src/
H A Dhelpers.c626 unsigned char *mbedtls_test_unhexify_alloc(const char *ibuf, size_t *olen) in mbedtls_test_unhexify_alloc() argument
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_parse.c621 size_t olen, len, i; in put_str() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_dec.c1135 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_enc.c705 int tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen, in tls1_export_keying_material() argument
25 tls1_PRF(SSL *s, const void *seed1, size_t seed1_len, const void *seed2, size_t seed2_len, const void *seed3, size_t seed3_len, const void *seed4, size_t seed4_len, const void *seed5, size_t seed5_len, const unsigned char *sec, size_t slen, unsigned char *out, size_t olen, int fatal) tls1_PRF() argument
/third_party/openssl/ssl/
H A Dt1_enc.c700 int tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen, in tls1_export_keying_material() argument
25 tls1_PRF(SSL *s, const void *seed1, size_t seed1_len, const void *seed2, size_t seed2_len, const void *seed3, size_t seed3_len, const void *seed4, size_t seed4_len, const void *seed5, size_t seed5_len, const unsigned char *sec, size_t slen, unsigned char *out, size_t olen, int fatal) tls1_PRF() argument
/third_party/openssl/test/
H A Dbad_dtls_test.c65 do_PRF(const void *seed1, int seed1_len, const void *seed2, int seed2_len, const void *seed3, int seed3_len, unsigned char *out, int olen) do_PRF() argument
/third_party/openssl/crypto/asn1/
H A Dtasn_dec.c1135 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument
/third_party/toybox/toys/pending/
H A Dsyslogd.c323 int olen = len, fac, lvl; in logmsg() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_client.c313 size_t olen; in tlsv1_client_decrypt() local
H A Dtlsv1_server.c267 size_t olen; in tlsv1_server_decrypt() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae_pk.c216 size_t olen, extra_pad, i; in sae_pk_base32_encode() local
254 size_t i, count, olen; in sae_pk_base32_decode() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_client.c337 size_t olen; in tlsv1_client_decrypt() local
H A Dtlsv1_server.c267 size_t olen; in tlsv1_server_decrypt() local
/third_party/libwebsockets/lib/misc/
H A Dlecp.c373 size_t olen = len; in lecp_parse() local
/third_party/libwebsockets/lib/misc/fts/
H A Dtrie.c553 unsigned int olen, n; in lws_fts_fill() local

Completed in 29 milliseconds

123456