Home
last modified time | relevance | path

Searched refs:inlen (Results 126 - 150 of 395) sorted by relevance

12345678910>>...16

/third_party/openssl/crypto/evp/
H A Dkem.c217 const unsigned char *in, size_t inlen) in EVP_PKEY_decapsulate()
220 || (in == NULL || inlen == 0) in EVP_PKEY_decapsulate()
234 secret, secretlen, in, inlen); in EVP_PKEY_decapsulate()
215 EVP_PKEY_decapsulate(EVP_PKEY_CTX *ctx, unsigned char *secret, size_t *secretlen, const unsigned char *in, size_t inlen) EVP_PKEY_decapsulate() argument
H A De_aes.c1238 size_t inlen; in s390x_aes_gcm() local
1249 inlen = len; in s390x_aes_gcm()
1250 while (n && inlen) { in s390x_aes_gcm()
1254 --inlen; in s390x_aes_gcm()
3595 const unsigned char *in, size_t inlen) in aes_wrap_cipher()
3605 if (!inlen) in aes_wrap_cipher()
3608 if (!EVP_CIPHER_CTX_is_encrypting(ctx) && (inlen < 16 || inlen & 0x7)) in aes_wrap_cipher()
3611 if (!pad && inlen & 0x7) in aes_wrap_cipher()
3613 if (ossl_is_partially_overlapping(out, in, inlen)) { in aes_wrap_cipher()
3594 aes_wrap_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inlen) aes_wrap_cipher() argument
[all...]
/third_party/python/Modules/cjkcodecs/
H A D_codecs_kr.c36 while (*inpos < inlen) { in ENCODER()
174 while (*inpos < inlen) { in ENCODER()
264 while (*inpos < inlen) { in ENCODER()
H A Dmultibytecodec.h34 Py_ssize_t *inpos, Py_ssize_t inlen,
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dcallbacks.rs185 inlen: c_uint, in raw_alpn_select()
197 let protos = slice::from_raw_parts(inbuf as *const u8, inlen as usize); in raw_alpn_select()
638 inlen: size_t, in raw_custom_ext_parse()
657 let slice = slice::from_raw_parts(input as *const u8, inlen); in raw_custom_ext_parse()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h340 * @inlen: Length of plaintext buffer in bytes
350 struct crypto_public_key *key, const u8 *in, size_t inlen,
357 * @inlen: Length of encrypted buffer in bytes
367 struct crypto_private_key *key, const u8 *in, size_t inlen,
374 * @inlen: Length of plaintext buffer in bytes
384 const u8 *in, size_t inlen,
/third_party/nghttp2/src/
H A Dapp_helper.h94 size_t inlen);
/third_party/ffmpeg/libavcodec/
H A Dnuv.c239 int inlen = buf_size; in decode_frame() local
240 if (av_lzo1x_decode(c->decomp_buf, &outlen, buf, &inlen)) { in decode_frame()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Drsa.c258 * @inlen: Input data length
265 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, in crypto_rsa_exptmod() argument
279 if (bignum_set_unsigned_bin(tmp, in, inlen) < 0) in crypto_rsa_exptmod()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Drsa.c249 * @inlen: Input data length
256 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, in crypto_rsa_exptmod() argument
270 if (bignum_set_unsigned_bin(tmp, in, inlen) < 0) in crypto_rsa_exptmod()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h3127 * |inlen| indicates the number of bytes to receive in the |in|.
3136 * processes |inlen| bytes of input data unless either an error occurs or
3162 size_t inlen);
5002 * inlen = 12
5030 * unsigned int inlen,
5034 * rv = nghttp2_select_next_protocol(out, outlen, in, inlen);
5050 unsigned int inlen);
5451 * Inflates name/value block stored in |in| with length |inlen|. This
5487 * uint8_t *in, size_t inlen, int final)
5496 * in, inlen, fina
[all...]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h3111 * |inlen| indicates the number of bytes to receive in the |in|.
3120 * processes |inlen| bytes of input data unless either an error occurs or
3146 size_t inlen);
4986 * inlen = 12
5014 * unsigned int inlen,
5018 * rv = nghttp2_select_next_protocol(out, outlen, in, inlen);
5034 unsigned int inlen);
5435 * Inflates name/value block stored in |in| with length |inlen|. This
5471 * uint8_t *in, size_t inlen, int final)
5480 * in, inlen, fina
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_rsa.c583 size_t inlen, X509 *x, size_t chainidx, in serverinfoex_srv_parse_cb()
587 if (inlen != 0) { in serverinfoex_srv_parse_cb()
597 size_t inlen, int *al, void *arg) in serverinfo_srv_parse_cb()
599 return serverinfoex_srv_parse_cb(s, ext_type, 0, in, inlen, NULL, 0, al, in serverinfo_srv_parse_cb()
580 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/openssl/ssl/
H A Dssl_rsa.c583 size_t inlen, X509 *x, size_t chainidx, in serverinfoex_srv_parse_cb()
587 if (inlen != 0) { in serverinfoex_srv_parse_cb()
597 size_t inlen, int *al, void *arg) in serverinfo_srv_parse_cb()
599 return serverinfoex_srv_parse_cb(s, ext_type, 0, in, inlen, NULL, 0, al, in serverinfo_srv_parse_cb()
580 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/crypto/asn1/
H A Dasn1_local.h70 int ossl_asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen,
/third_party/node/deps/openssl/openssl/crypto/
H A Ds390x_arch.h17 void s390x_klmd(const unsigned char *in, size_t inlen, unsigned char *out,
/third_party/openssl/crypto/asn1/
H A Dasn1_local.h70 int ossl_asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen,
/third_party/openssl/crypto/
H A Ds390x_arch.h17 void s390x_klmd(const unsigned char *in, size_t inlen, unsigned char *out,
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c1232 size_t inlen; in s390x_aes_gcm() local
1243 inlen = len; in s390x_aes_gcm()
1244 while (n && inlen) { in s390x_aes_gcm()
1248 --inlen; in s390x_aes_gcm()
3589 const unsigned char *in, size_t inlen) in aes_wrap_cipher()
3599 if (!inlen) in aes_wrap_cipher()
3602 if (!EVP_CIPHER_CTX_is_encrypting(ctx) && (inlen < 16 || inlen & 0x7)) in aes_wrap_cipher()
3605 if (!pad && inlen & 0x7) in aes_wrap_cipher()
3607 if (ossl_is_partially_overlapping(out, in, inlen)) { in aes_wrap_cipher()
3588 aes_wrap_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inlen) aes_wrap_cipher() argument
[all...]
/third_party/libwebsockets/lib/tls/
H A Dprivate-lib-tls.h175 const char *inbuf, lws_filepos_t inlen,
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_types.h167 unsigned int inlen, void *arg);
/third_party/nghttp2/lib/
H A Dnghttp2_hd.h362 const uint8_t *in, size_t inlen, int in_final);
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.h362 const uint8_t *in, size_t inlen, int in_final);
/third_party/node/deps/openssl/openssl/apps/
H A Ds_client.c249 const unsigned char *in, unsigned int inlen, in next_proto_cb()
258 for (i = 0; i < inlen;) { in next_proto_cb()
268 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
274 const unsigned char *in, size_t inlen, in serverinfo_cli_parse_cb()
281 inlen &= 0xffff; /* for formal memcmpy correctness */ in serverinfo_cli_parse_cb()
284 ext_buf[2] = (unsigned char)(inlen >> 8); in serverinfo_cli_parse_cb()
285 ext_buf[3] = (unsigned char)(inlen); in serverinfo_cli_parse_cb()
286 memcpy(ext_buf + 4, in, inlen); in serverinfo_cli_parse_cb()
290 PEM_write_bio(bio_c_out, pem_name, "", ext_buf, 4 + inlen); in serverinfo_cli_parse_cb()
248 next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) next_proto_cb() argument
273 serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) serverinfo_cli_parse_cb() argument
/third_party/openssl/apps/
H A Ds_client.c249 const unsigned char *in, unsigned int inlen, in next_proto_cb()
258 for (i = 0; i < inlen;) { in next_proto_cb()
268 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
274 const unsigned char *in, size_t inlen, in serverinfo_cli_parse_cb()
281 inlen &= 0xffff; /* for formal memcmpy correctness */ in serverinfo_cli_parse_cb()
284 ext_buf[2] = (unsigned char)(inlen >> 8); in serverinfo_cli_parse_cb()
285 ext_buf[3] = (unsigned char)(inlen); in serverinfo_cli_parse_cb()
286 memcpy(ext_buf + 4, in, inlen); in serverinfo_cli_parse_cb()
290 PEM_write_bio(bio_c_out, pem_name, "", ext_buf, 4 + inlen); in serverinfo_cli_parse_cb()
248 next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) next_proto_cb() argument
273 serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) serverinfo_cli_parse_cb() argument

Completed in 46 milliseconds

12345678910>>...16