/linux/crypto/asymmetric_keys/ |
A D | pkcs7_parser.c | 206 const void *value, size_t vlen) in pkcs7_note_OID() 263 const void *value, size_t vlen) in pkcs7_sig_note_pkey_algo() 292 const void *value, size_t vlen) in pkcs7_check_content_type() 309 const void *value, size_t vlen) in pkcs7_note_signeddata_version() 343 const void *value, size_t vlen) in pkcs7_note_signerinfo_version() 426 const void *value, size_t vlen) in pkcs7_note_certificate_list() 464 const void *value, size_t vlen) in pkcs7_note_data() 592 const void *value, size_t vlen) in pkcs7_sig_note_serial() 605 const void *value, size_t vlen) in pkcs7_sig_note_issuer() 618 const void *value, size_t vlen) in pkcs7_sig_note_skid() [all …]
|
A D | x509_cert_parser.c | 157 const void *value, size_t vlen) in x509_note_OID() 194 const void *value, size_t vlen) in x509_note_pkey_algo() 290 const void *value, size_t vlen) in x509_note_signature() 324 const void *value, size_t vlen) in x509_note_serial() 366 char **_name, size_t vlen) in x509_fabricate_name() 485 const void *value, size_t vlen) in x509_extract_key_data() 540 const void *value, size_t vlen) in x509_process_extension() 674 const void *value, size_t vlen) in x509_note_not_before() 682 const void *value, size_t vlen) in x509_note_not_after() 716 const void *value, size_t vlen) in x509_akid_note_name() [all …]
|
A D | pkcs8_parser.c | 35 const void *value, size_t vlen) in pkcs8_note_OID() 55 const void *value, size_t vlen) in pkcs8_note_version() 69 const void *value, size_t vlen) in pkcs8_note_algo() 85 const void *value, size_t vlen) in pkcs8_note_key()
|
A D | mscode_parser.c | 38 const void *value, size_t vlen) in mscode_note_content_type() 70 const void *value, size_t vlen) in mscode_note_digest_algo() 118 const void *value, size_t vlen) in mscode_note_digest()
|
A D | tpm_parser.c | 23 const void *value, size_t vlen) in tpm_note_key()
|
/linux/crypto/ |
A D | rsa_helper.c | 17 const void *value, size_t vlen) in rsa_get_n() 47 const void *value, size_t vlen) in rsa_get_e() 62 const void *value, size_t vlen) in rsa_get_d() 77 const void *value, size_t vlen) in rsa_get_p() 92 const void *value, size_t vlen) in rsa_get_q() 107 const void *value, size_t vlen) in rsa_get_dp() 122 const void *value, size_t vlen) in rsa_get_dq() 137 const void *value, size_t vlen) in rsa_get_qinv()
|
A D | ecrdsa.c | 151 const void *value, size_t vlen) in ecrdsa_param_curve() 164 const void *value, size_t vlen) in ecrdsa_param_digest() 175 const void *value, size_t vlen) in ecrdsa_parse_pub_key()
|
A D | ecdsa.c | 36 const void *value, size_t vlen, unsigned int ndigits) in ecdsa_get_signature_rs() 77 const void *value, size_t vlen) in ecdsa_get_signature_r() 86 const void *value, size_t vlen) in ecdsa_get_signature_s()
|
A D | sm2.c | 187 const void *value, size_t vlen) in sm2_get_signature_r() 202 const void *value, size_t vlen) in sm2_get_signature_s()
|
/linux/fs/ksmbd/ |
A D | asn1.c | 60 static bool asn1_oid_decode(const unsigned char *value, size_t vlen, in asn1_oid_decode() 253 const void *value, size_t vlen) in ksmbd_gssapi_this_mech() 279 size_t vlen) in ksmbd_neg_token_init_mech_type() 317 size_t vlen) in ksmbd_neg_token_init_mech_token() 332 size_t vlen) in ksmbd_neg_token_targ_resp_token()
|
/linux/fs/ |
A D | read_write.c | 897 unsigned long vlen, loff_t *pos, rwf_t flags) in vfs_readv() 932 unsigned long vlen, rwf_t flags) in do_readv() 956 unsigned long vlen, rwf_t flags) in do_writev() 986 unsigned long vlen, loff_t pos, rwf_t flags) in do_preadv() 1009 unsigned long vlen, loff_t pos, rwf_t flags) in do_pwritev() 1032 unsigned long, vlen) in SYSCALL_DEFINE3() argument 1038 unsigned long, vlen) in SYSCALL_DEFINE3() argument 1092 unsigned long, vlen, loff_t, pos) in COMPAT_SYSCALL_DEFINE4() argument 1110 unsigned long, vlen, loff_t, pos, rwf_t, flags) in COMPAT_SYSCALL_DEFINE5() argument 1133 unsigned long, vlen, loff_t, pos) in COMPAT_SYSCALL_DEFINE4() argument [all …]
|
/linux/fs/cifs/ |
A D | asn1.c | 23 unsigned char tag, const void *value, size_t vlen) in cifs_gssapi_this_mech() 41 const void *value, size_t vlen) in cifs_neg_token_init_mech_type()
|
/linux/security/keys/trusted-keys/ |
A D | trusted_tpm2.c | 131 const void *value, size_t vlen) in tpm2_key_parent() 148 const void *value, size_t vlen) in tpm2_key_type() 166 const void *value, size_t vlen) in tpm2_key_pub() 178 const void *value, size_t vlen) in tpm2_key_priv()
|
/linux/tools/bpf/bpftool/ |
A D | btf.c | 166 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local 212 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local 262 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local 306 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
|
A D | btf_dumper.c | 439 int i, vlen; in btf_dumper_struct() local 498 int ret = 0, i, vlen; in btf_dumper_datasec() local 677 int i, vlen; in btf_dump_func() local
|
/linux/net/ |
A D | compat.c | 359 unsigned int vlen, unsigned int flags) in __compat_sys_sendmmsg() 366 unsigned int, vlen, unsigned int, flags) in COMPAT_SYSCALL_DEFINE4() argument 407 unsigned int, vlen, unsigned int, flags, in COMPAT_SYSCALL_DEFINE5() argument 416 unsigned int, vlen, unsigned int, flags, in COMPAT_SYSCALL_DEFINE5() argument
|
/linux/fs/xfs/libxfs/ |
A D | xfs_attr_sf.h | 33 static inline int xfs_attr_sf_entsize_byname(uint8_t nlen, uint8_t vlen) in xfs_attr_sf_entsize_byname()
|
/linux/tools/lib/bpf/ |
A D | btf_dump.c | 299 __u16 vlen; in btf_dump_mark_referenced() local 466 __u16 vlen; in btf_dump_order_type() local 775 __u16 vlen = btf_vlen(t); in btf_dump_emit_type() local 816 __u16 vlen; in btf_is_struct_packed() local 898 __u16 vlen = btf_vlen(t); in btf_dump_emit_struct_def() local 981 __u16 vlen = btf_vlen(t); in btf_dump_emit_enum_def() local 1365 __u16 vlen = btf_vlen(t); in btf_dump_emit_type_chain() local
|
A D | btf.c | 291 __u16 vlen = btf_vlen(t); in btf_type_size() local 340 __u16 vlen = btf_vlen(t); in btf_bswap_type_rest() local 658 __u16 vlen = btf_vlen(t); in btf__align_of() local 3391 __u16 vlen; in btf_equal_enum() local 3432 __u32 vlen = btf_vlen(t); in btf_hash_struct() local 3453 __u16 vlen; in btf_shallow_equal_struct() local 3551 __u16 vlen; in btf_equal_fnproto() local 3577 __u16 vlen; in btf_compat_fnproto() local 4017 __u16 vlen; in btf_dedup_is_equiv() local 4037 __u16 vlen; in btf_dedup_is_equiv() local [all …]
|
/linux/tools/testing/selftests/bpf/ |
A D | btf_helpers.c | 90 __u32 vlen; in fprintf_btf_type_raw() local
|
A D | test_btf.h | 7 #define BTF_INFO_ENC(kind, kind_flag, vlen) \ argument
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | syscall.c | 21 #define BTF_INFO_ENC(kind, kind_flag, vlen) \ argument
|
/linux/arch/um/drivers/ |
A D | vector_user.c | 723 unsigned int vlen, in uml_vector_sendmmsg() 740 unsigned int vlen, in uml_vector_recvmmsg()
|
/linux/arch/s390/kvm/ |
A D | pv.c | 118 unsigned long npages = 0, vlen = 0; in kvm_s390_pv_alloc_vm() local
|
/linux/drivers/crypto/qat/qat_common/ |
A D | qat_asym_algs.c | 923 size_t vlen) in qat_rsa_set_n() 955 size_t vlen) in qat_rsa_set_e() 980 size_t vlen) in qat_rsa_set_d()
|