Home
last modified time | relevance | path

Searched defs:inlen (Results 76 - 100 of 143) sorted by relevance

123456

/third_party/zlib/contrib/puff/
H A Dpuff.c106 unsigned long inlen; /* available input at in */ member
/third_party/nghttp2/examples/
H A Dlibevent-client.c315 select_next_proto_cb(SSL *ssl, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) select_next_proto_cb() argument
H A Dclient.c354 select_next_proto_cb(SSL *ssl, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) select_next_proto_cb() argument
/third_party/nghttp2/src/
H A Dapp_helper.cc480 deflate_data(uint8_t *out, size_t outlen, const uint8_t *in, size_t inlen) deflate_data() argument
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_hash.c67 hash_df(PROV_DRBG *drbg, unsigned char *out, const unsigned char inbyte, const unsigned char *in, size_t inlen, const unsigned char *in2, size_t in2len, const unsigned char *in3, size_t in3len) hash_df() argument
144 add_bytes(PROV_DRBG *drbg, unsigned char *dst, unsigned char *in, size_t inlen) add_bytes() argument
[all...]
H A Ddrbg_ctr.c71 static void ctr_XOR(PROV_DRBG_CTR *ctr, const unsigned char *in, size_t inlen) in ctr_XOR() argument
151 ctr_BCC_update(PROV_DRBG_CTR *ctr, const unsigned char *in, size_t inlen) ctr_BCC_update() argument
202 size_t inlen; ctr_df() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_pmeth.c312 pkey_rsa_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) pkey_rsa_encrypt() argument
345 pkey_rsa_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) pkey_rsa_decrypt() argument
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_kari.c210 cms_kek_cipher(unsigned char **pout, size_t *poutlen, const unsigned char *in, size_t inlen, CMS_KeyAgreeRecipientInfo *kari, int enc) cms_kek_cipher() argument
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_dec.c496 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) asn1_template_ex_d2i() argument
698 asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, long inlen, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) asn1_d2i_ex_primitive() argument
/third_party/openssl/crypto/cms/
H A Dcms_kari.c210 cms_kek_cipher(unsigned char **pout, size_t *poutlen, const unsigned char *in, size_t inlen, CMS_KeyAgreeRecipientInfo *kari, int enc) cms_kek_cipher() argument
/third_party/openssl/crypto/rsa/
H A Drsa_pmeth.c312 pkey_rsa_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) pkey_rsa_encrypt() argument
345 pkey_rsa_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) pkey_rsa_decrypt() argument
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_hash.c67 hash_df(PROV_DRBG *drbg, unsigned char *out, const unsigned char inbyte, const unsigned char *in, size_t inlen, const unsigned char *in2, size_t in2len, const unsigned char *in3, size_t in3len) hash_df() argument
144 add_bytes(PROV_DRBG *drbg, unsigned char *dst, unsigned char *in, size_t inlen) add_bytes() argument
[all...]
H A Ddrbg_ctr.c71 static void ctr_XOR(PROV_DRBG_CTR *ctr, const unsigned char *in, size_t inlen) in ctr_XOR() argument
151 ctr_BCC_update(PROV_DRBG_CTR *ctr, const unsigned char *in, size_t inlen) ctr_BCC_update() argument
202 size_t inlen; ctr_df() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_spdy.c509 spdy_cb_ssl_select_next_proto(SSL* ssl, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) spdy_cb_ssl_select_next_proto() argument
/third_party/openssl/crypto/asn1/
H A Dtasn_dec.c496 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) asn1_template_ex_d2i() argument
698 asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, long inlen, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) asn1_d2i_ex_primitive() argument
/third_party/python/Modules/_blake2/impl/
H A Dblake2b.c403 blake2b( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen ) blake2b() argument
[all...]
H A Dblake2s.c381 blake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen ) blake2s() argument
[all...]
/third_party/python/Modules/
H A Dmd5module.c238 md5_process(struct md5_state *md5, const unsigned char *in, Py_ssize_t inlen) in md5_process() argument
H A Dsha1module.c213 sha1_process(struct sha1_state *sha1, const unsigned char *in, Py_ssize_t inlen) sha1_process() argument
/third_party/node/src/quic/
H A Dtlscontext.cc61 AlpnSelectionCallback(SSL* ssl, const unsigned char** out, unsigned char* outlen, const unsigned char* in, unsigned int inlen, void* arg) AlpnSelectionCallback() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_rsa.c580 serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type, unsigned int context, const unsigned char *in, size_t inlen, X509 *x, size_t chainidx, int *al, void *arg) serverinfoex_srv_parse_cb() argument
595 serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) serverinfo_srv_parse_cb() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dpkeyutl.c681 do_keyop(EVP_PKEY_CTX *ctx, int pkey_op, unsigned char *out, size_t *poutlen, const unsigned char *in, size_t inlen) do_keyop() argument
/third_party/openssl/apps/
H A Dpkeyutl.c681 do_keyop(EVP_PKEY_CTX *ctx, int pkey_op, unsigned char *out, size_t *poutlen, const unsigned char *in, size_t inlen) do_keyop() argument
/third_party/openssl/ssl/
H A Dssl_rsa.c580 serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type, unsigned int context, const unsigned char *in, size_t inlen, X509 *x, size_t chainidx, int *al, void *arg) serverinfoex_srv_parse_cb() argument
595 serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) serverinfo_srv_parse_cb() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_libtomcrypt.c490 pkcs1_generate_encryption_block(u8 block_type, size_t modlen, const u8 *in, size_t inlen, u8 *out, size_t *outlen) pkcs1_generate_encryption_block() argument
553 crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_rsa_encrypt_pkcs1() argument
579 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_public_key_encrypt_pkcs1_v15() argument
588 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_private_key_sign_pkcs1() argument
[all...]

Completed in 27 milliseconds

123456