Home
last modified time | relevance | path

Searched defs:pkcs7 (Results 1 - 25 of 26) sorted by relevance

12

/third_party/mbedtls/programs/fuzz/
H A Dfuzz_pkcs7.c7 mbedtls_pkcs7 pkcs7; in LLVMFuzzerTestOneInput() local
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dpkcs7_trust.c22 static int pkcs7_validate_trust_one(struct pkcs7_message *pkcs7, in pkcs7_validate_trust_one() argument
158 int pkcs7_validate_trust(struct pkcs7_message *pkcs7, in pkcs7_validate_trust() argument
H A Dpkcs7_verify.c22 static int pkcs7_digest(struct pkcs7_message *pkcs7, in pkcs7_digest() argument
125 int pkcs7_get_digest(struct pkcs7_message *pkcs7, const u8 **buf, u32 *len, in pkcs7_get_digest() argument
159 static int pkcs7_find_key(struct pkcs7_message *pkcs7, in pkcs7_find_key() argument
194 static int pkcs7_verify_sig_chain(struct pkcs7_message *pkcs7, in pkcs7_verify_sig_chain() argument
320 pkcs7_verify_one(struct pkcs7_message *pkcs7, struct pkcs7_signed_info *sinfo) pkcs7_verify_one() argument
398 pkcs7_verify(struct pkcs7_message *pkcs7, enum key_being_used_for usage) pkcs7_verify() argument
481 pkcs7_supply_detached_data(struct pkcs7_message *pkcs7, const void *data, size_t datalen) pkcs7_supply_detached_data() argument
[all...]
H A Dverify_pefile.c126 const u8 *pkcs7; in pefile_strip_sig_wrapper() local
H A Dpkcs7_parser.c57 void pkcs7_free_message(struct pkcs7_message *pkcs7) in pkcs7_free_message() argument
185 pkcs7_get_content_data(const struct pkcs7_message *pkcs7, const void **_data, size_t *_data_len, size_t *_headerlen) pkcs7_get_content_data() argument
[all...]
/kernel/linux/linux-5.10/include/keys/
H A Dsystem_keyring.h61 static inline int is_key_on_revocation_list(struct pkcs7_message *pkcs7) in is_key_on_revocation_list() argument
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dselftest.c17 const u8 *pkcs7; member
204 struct pkcs7_message *pkcs7; in fips_signature_selftest() local
[all...]
H A Dpkcs7_trust.c22 static int pkcs7_validate_trust_one(struct pkcs7_message *pkcs7, in pkcs7_validate_trust_one() argument
158 int pkcs7_validate_trust(struct pkcs7_message *pkcs7, in pkcs7_validate_trust() argument
H A Dpkcs7_verify.c22 static int pkcs7_digest(struct pkcs7_message *pkcs7, in pkcs7_digest() argument
125 int pkcs7_get_digest(struct pkcs7_message *pkcs7, const u8 **buf, u32 *len, in pkcs7_get_digest() argument
158 static int pkcs7_find_key(struct pkcs7_message *pkcs7, in pkcs7_find_key() argument
193 static int pkcs7_verify_sig_chain(struct pkcs7_message *pkcs7, in pkcs7_verify_sig_chain() argument
316 pkcs7_verify_one(struct pkcs7_message *pkcs7, struct pkcs7_signed_info *sinfo) pkcs7_verify_one() argument
394 pkcs7_verify(struct pkcs7_message *pkcs7, enum key_being_used_for usage) pkcs7_verify() argument
477 pkcs7_supply_detached_data(struct pkcs7_message *pkcs7, const void *data, size_t datalen) pkcs7_supply_detached_data() argument
[all...]
H A Dverify_pefile.c126 const u8 *pkcs7; in pefile_strip_sig_wrapper() local
H A Dpkcs7_parser.c57 void pkcs7_free_message(struct pkcs7_message *pkcs7) in pkcs7_free_message() argument
185 pkcs7_get_content_data(const struct pkcs7_message *pkcs7, const void **_data, size_t *_data_len, size_t *_headerlen) pkcs7_get_content_data() argument
[all...]
/kernel/linux/common_modules/code_sign/
H A Dverify_cert_chain.c28 static int pkcs7_find_key(struct pkcs7_message *pkcs7, in pkcs7_find_key() argument
127 struct pkcs7_message *pkcs7; in code_sign_verify_certchain() local
[all...]
/kernel/linux/linux-5.10/certs/
H A Dblacklist.c183 int is_key_on_revocation_list(struct pkcs7_message *pkcs7) in is_key_on_revocation_list() argument
H A Dsystem_keyring.c254 struct pkcs7_message *pkcs7; in verify_pkcs7_signature() local
160 verify_pkcs7_message_sig(const void *data, size_t len, struct pkcs7_message *pkcs7, struct key *trusted_keys, enum key_being_used_for usage, int (*view_content)(void *ctx, const void *data, size_t len, size_t asn1hdrlen), void *ctx) verify_pkcs7_message_sig() argument
[all...]
/kernel/linux/linux-6.6/include/keys/
H A Dsystem_keyring.h104 static inline int is_key_on_revocation_list(struct pkcs7_message *pkcs7) in is_key_on_revocation_list() argument
/kernel/linux/linux-6.6/certs/
H A Dsystem_keyring.c405 struct pkcs7_message *pkcs7; in verify_pkcs7_signature() local
311 verify_pkcs7_message_sig(const void *data, size_t len, struct pkcs7_message *pkcs7, struct key *trusted_keys, enum key_being_used_for usage, int (*view_content)(void *ctx, const void *data, size_t len, size_t asn1hdrlen), void *ctx) verify_pkcs7_message_sig() argument
[all...]
H A Dblacklist.c288 int is_key_on_revocation_list(struct pkcs7_message *pkcs7) in is_key_on_revocation_list() argument
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dmod.rs56 mod pkcs7; modules
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dlib.rs88 mod pkcs7; modules
/kernel/linux/linux-5.10/scripts/
H A Dsign-file.c234 PKCS7 *pkcs7 = NULL; in main() local
/kernel/linux/linux-6.6/scripts/
H A Dsign-file.c234 PKCS7 *pkcs7 = NULL; in main() local
/third_party/mbedtls/library/
H A Dpkcs7.c35 void mbedtls_pkcs7_init(mbedtls_pkcs7 *pkcs7) in mbedtls_pkcs7_init() argument
553 int mbedtls_pkcs7_parse_der(mbedtls_pkcs7 *pkcs7, const unsigned char *buf, in mbedtls_pkcs7_parse_der() argument
84 pkcs7_get_content_info_type(unsigned char **p, unsigned char *end, unsigned char **seq_end, mbedtls_pkcs7_buf *pkcs7) pkcs7_get_content_info_type() argument
642 mbedtls_pkcs7_data_or_hash_verify(mbedtls_pkcs7 *pkcs7, const mbedtls_x509_crt *cert, const unsigned char *data, size_t datalen, const int is_data_hash) mbedtls_pkcs7_data_or_hash_verify() argument
722 mbedtls_pkcs7_signed_data_verify(mbedtls_pkcs7 *pkcs7, const mbedtls_x509_crt *cert, const unsigned char *data, size_t datalen) mbedtls_pkcs7_signed_data_verify() argument
733 mbedtls_pkcs7_signed_hash_verify(mbedtls_pkcs7 *pkcs7, const mbedtls_x509_crt *cert, const unsigned char *hash, size_t hashlen) mbedtls_pkcs7_signed_hash_verify() argument
747 mbedtls_pkcs7_free(mbedtls_pkcs7 *pkcs7) mbedtls_pkcs7_free() argument
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dlib.rs171 pub mod pkcs7; modules
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dest.c31 static int pkcs7_to_cert(struct hs20_osu_client *ctx, const u8 *pkcs7, in pkcs7_to_cert() argument
125 unsigned char *pkcs7; in est_load_cacerts() local
680 unsigned char *pkcs7; est_simple_enroll() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dest.c31 static int pkcs7_to_cert(struct hs20_osu_client *ctx, const u8 *pkcs7, in pkcs7_to_cert() argument
125 unsigned char *pkcs7; in est_load_cacerts() local
681 unsigned char *pkcs7; est_simple_enroll() local
[all...]

Completed in 13 milliseconds

12