Home
last modified time | relevance | path

Searched defs:inp (Results 76 - 100 of 184) sorted by relevance

12345678

/third_party/openssl/crypto/evp/
H A De_chacha20_poly1305.c58 chacha_cipher(EVP_CIPHER_CTX * ctx, unsigned char *out, const unsigned char *inp, size_t len) chacha_cipher() argument
H A De_aes_cbc_hmac_sha256.c147 const unsigned char *inp; member
155 tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA256 *key, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_1_multi_block_encrypt() argument
[all...]
H A De_aes_cbc_hmac_sha1.c152 const unsigned char *inp; member
160 tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA1 *key, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_1_multi_block_encrypt() argument
[all...]
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c116 const unsigned char *inp; member
125 tls1_multi_block_encrypt(void *vctx, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_multi_block_encrypt() argument
[all...]
H A Dcipher_aes_cbc_hmac_sha1_hw.c112 const unsigned char *inp; member
121 tls1_multi_block_encrypt(void *vctx, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_multi_block_encrypt() argument
[all...]
/third_party/openssl/providers/implementations/digests/
H A Dsha3_prov.c68 static int keccak_update(void *vctx, const unsigned char *inp, size_t len) in keccak_update() argument
123 static size_t generic_sha3_absorb(void *vctx, const void *inp, size_t len) in generic_sha3_absorb() argument
150 static size_t s390x_sha3_absorb(void *vctx, const void *inp, size_t len) in s390x_sha3_absorb() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_partition_tables.cpp106 static uint32_t hash52(uint32_t inp) in hash52() argument
[all...]
/third_party/python/Parser/
H A Dtokenizer.h36 char *inp; /* End of data in buffer */ member
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_msgtype50.c204 unsigned char *mod, *exp, *inp; in ICAMEX_msg_to_type50MEX_msg() local
272 unsigned char *p, *q, *dp, *dq, *u, *inp; in ICACRT_msg_to_type50CRT_msg() local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/
H A Dcal-video.c436 cal_enum_input(struct file *file, void *priv, struct v4l2_input *inp) cal_enum_input() argument
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_video.c411 vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *inp) vidioc_enum_input() argument
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H A Dzoran_driver.c593 zoran_enum_input(struct file *file, void *__fh, struct v4l2_input *inp) zoran_enum_input() argument
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd_eer.c547 static int dasd_eer_open(struct inode *inp, struct file *filp) in dasd_eer_open() argument
585 static int dasd_eer_close(struct inode *inp, struct file *filp) in dasd_eer_close() argument
/kernel/linux/linux-6.6/drivers/media/platform/ti/cal/
H A Dcal-video.c340 cal_legacy_enum_input(struct file *file, void *priv, struct v4l2_input *inp) cal_legacy_enum_input() argument
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_eer.c548 static int dasd_eer_open(struct inode *inp, struct file *filp) in dasd_eer_open() argument
586 static int dasd_eer_close(struct inode *inp, struct file *filp) in dasd_eer_close() argument
/kernel/linux/linux-6.6/drivers/media/pci/zoran/
H A Dzoran_driver.c582 zoran_enum_input(struct file *file, void *__fh, struct v4l2_input *inp) zoran_enum_input() argument
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_msgtype50.c199 unsigned char *mod, *exp, *inp; in ICAMEX_msg_to_type50MEX_msg() local
263 unsigned char *p, *q, *dp, *dq, *u, *inp; in ICACRT_msg_to_type50CRT_msg() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dvp9_intra_msa.c63 uint32_t row, inp; in ff_hor_16x16_msa() local
84 uint32_t row, inp; in ff_hor_32x32_msa() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dra144.c1613 void ff_int_to_int16(int16_t *out, const int *inp) in ff_int_to_int16() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_normalize.c145 uint8_t *inp = in->data[0] + y * in->linesize[0]; in find_min_max() local
159 uint8_t *inp = in->data[0] + y * in->linesize[0]; in process() local
219 uint16_t *inp = (uint16_t *)(in->data[0] + y * in->linesize[0]); in find_min_max_16() local
233 uint16_t *inp = (uint16_t *)(in->data[0] + y * in->linesize[0]); process_16() local
[all...]
/third_party/lwip/src/netif/ppp/
H A Dpppol2tp.c348 u8_t *inp; in pppol2tp_input() local
487 u8_t *inp; pppol2tp_dispatch_control_packet() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c147 const unsigned char *inp; member
155 tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA256 *key, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_1_multi_block_encrypt() argument
[all...]
H A De_aes_cbc_hmac_sha1.c152 const unsigned char *inp; member
160 tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA1 *key, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_1_multi_block_encrypt() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dgcm128.c375 gcm_ghash_4bit(u64 Xi[2], const u128 Htable[16], const u8 *inp, size_t len) global() argument
[all...]
/third_party/openssl/crypto/modes/
H A Dgcm128.c375 gcm_ghash_4bit(u64 Xi[2], const u128 Htable[16], const u8 *inp, size_t len) global() argument
[all...]

Completed in 36 milliseconds

12345678