Searched refs:e_buf (Results 1 - 12 of 12) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | testecho.c | 20 short echo_buf[NN], ref_buf[NN], e_buf[NN]; in main() local 43 speex_echo_cancellation(st, ref_buf, echo_buf, e_buf); in main() 44 speex_preprocess_run(den, e_buf); in main() 45 fwrite(e_buf, sizeof(short), NN, e_fd); in main()
|
/third_party/node/deps/openssl/openssl/crypto/des/ |
H A D | fcrypt.c | 72 char e_buf[32 + 1]; /* replace 32 by 8 ? */ in DES_crypt() 85 OPENSSL_strlcpy(e_buf, buf, sizeof(e_buf)); in DES_crypt() 86 ebcdic2ascii(e_buf, e_buf, sizeof(e_buf)); in DES_crypt() 89 ret = DES_fcrypt(e_buf, e_salt, buff); in DES_crypt()
|
/third_party/openssl/crypto/des/ |
H A D | fcrypt.c | 72 char e_buf[32 + 1]; /* replace 32 by 8 ? */ in DES_crypt() 85 OPENSSL_strlcpy(e_buf, buf, sizeof(e_buf)); in DES_crypt() 86 ebcdic2ascii(e_buf, e_buf, sizeof(e_buf)); in DES_crypt() 89 ret = DES_fcrypt(e_buf, e_salt, buff); in DES_crypt()
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | ccp-crypto-rsa.c | 115 kfree_sensitive(ctx->u.rsa.e_buf); in ccp_rsa_free_key_bufs() 116 ctx->u.rsa.e_buf = NULL; in ccp_rsa_free_key_bufs() 156 ret = ccp_copy_and_save_keypart(&ctx->u.rsa.e_buf, &ctx->u.rsa.e_len, in ccp_rsa_setkey() 160 sg_init_one(&ctx->u.rsa.e_sg, ctx->u.rsa.e_buf, ctx->u.rsa.e_len); in ccp_rsa_setkey()
|
H A D | ccp-crypto.h | 243 u8 *e_buf; member
|
H A D | sev-dev.c | 1015 goto e_buf; in sev_dev_init() 1030 e_buf: in sev_dev_init()
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-crypto-rsa.c | 115 kfree_sensitive(ctx->u.rsa.e_buf); in ccp_rsa_free_key_bufs() 116 ctx->u.rsa.e_buf = NULL; in ccp_rsa_free_key_bufs() 156 ret = ccp_copy_and_save_keypart(&ctx->u.rsa.e_buf, &ctx->u.rsa.e_len, in ccp_rsa_setkey() 160 sg_init_one(&ctx->u.rsa.e_sg, ctx->u.rsa.e_buf, ctx->u.rsa.e_len); in ccp_rsa_setkey()
|
H A D | ccp-crypto.h | 244 u8 *e_buf; member
|
H A D | sev-dev.c | 1249 goto e_buf; in sev_dev_init() 1264 e_buf: in sev_dev_init()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-ioctl.c | 674 struct cx18_enc_idx_entry *e_buf; in _cx18_process_idx_data() local 690 e_buf = (struct cx18_enc_idx_entry *) &buf->buf[buf->readpos]; in _cx18_process_idx_data() 695 e_idx->offset = (((u64) le32_to_cpu(e_buf->offset_high)) << 32) in _cx18_process_idx_data() 696 | le32_to_cpu(e_buf->offset_low); in _cx18_process_idx_data() 698 e_idx->pts = (((u64) (le32_to_cpu(e_buf->pts_high) & 1)) << 32) in _cx18_process_idx_data() 699 | le32_to_cpu(e_buf->pts_low); in _cx18_process_idx_data() 701 e_idx->length = le32_to_cpu(e_buf->length); in _cx18_process_idx_data() 703 e_idx->flags = mapping[le32_to_cpu(e_buf->flags) & 0x7]; in _cx18_process_idx_data() 710 e_buf++; in _cx18_process_idx_data()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-ioctl.c | 707 struct cx18_enc_idx_entry *e_buf; in _cx18_process_idx_data() local 723 e_buf = (struct cx18_enc_idx_entry *) &buf->buf[buf->readpos]; in _cx18_process_idx_data() 728 e_idx->offset = (((u64) le32_to_cpu(e_buf->offset_high)) << 32) in _cx18_process_idx_data() 729 | le32_to_cpu(e_buf->offset_low); in _cx18_process_idx_data() 731 e_idx->pts = (((u64) (le32_to_cpu(e_buf->pts_high) & 1)) << 32) in _cx18_process_idx_data() 732 | le32_to_cpu(e_buf->pts_low); in _cx18_process_idx_data() 734 e_idx->length = le32_to_cpu(e_buf->length); in _cx18_process_idx_data() 736 e_idx->flags = mapping[le32_to_cpu(e_buf->flags) & 0x7]; in _cx18_process_idx_data() 743 e_buf++; in _cx18_process_idx_data()
|
/third_party/selinux/libsepol/src/ |
H A D | services.c | 168 * updates the e_buf pointer. 175 static void cat_expr_buf(char *e_buf, const char *string) in cat_expr_buf() argument 181 p = e_buf + expr_buf_used; in cat_expr_buf() 185 new_buf = realloc(e_buf, new_buf_len); in cat_expr_buf() 192 e_buf = new_buf; in cat_expr_buf()
|
Completed in 12 milliseconds