| /include/crypto/ |
| A D | public_key.h | 33 void *key; member 43 extern void public_key_free(struct public_key *key); 64 struct key; 68 extern int restrict_link_by_signature(struct key *dest_keyring, 71 struct key *trust_keyring); 73 extern int restrict_link_by_key_or_keyring(struct key *dest_keyring, 76 struct key *trusted); 78 extern int restrict_link_by_key_or_keyring_chain(struct key *trust_keyring, 81 struct key *trusted); 89 extern int verify_signature(const struct key *,
|
| A D | pkcs7.h | 16 struct key; 42 struct key *trust_keyring);
|
| /include/keys/ |
| A D | asymmetric-type.h | 73 const struct asymmetric_key_ids *asymmetric_key_ids(const struct key *key) in asymmetric_key_ids() argument 75 return key->payload.data[asym_key_ids]; in asymmetric_key_ids() 78 extern struct key *find_asymmetric_key(struct key *keyring,
|
| /include/ |
| A D | tegra-kbc.h | 10 #define KEY_IS_MODIFIER(key) ((key) >= KEY_FIRST_MODIFIER) argument
|
| A D | rc4.h | 18 void rc4_encode(unsigned char *buf, unsigned int len, const unsigned char key[16]);
|
| A D | search.h | 30 const char *key; member 93 int hdelete_r(const char *key, struct hsearch_data *htab, int flag);
|
| A D | uboot_aes.h | 53 void aes_expand_key(u8 *key, u32 key_size, u8 *expkey); 168 int (*set_key_for_key_slot)(struct udevice *dev, u32 key_size, u8 *key, 251 int dm_aes_set_key_for_key_slot(struct udevice *dev, u32 key_size, u8 *key, u8 slot); 324 static inline int dm_aes_set_key_for_key_slot(struct udevice *dev, u32 key_size, u8 *key, in dm_aes_set_key_for_key_slot() argument
|
| A D | efi_config.h | 36 char key[3]; member
|
| A D | tpm_api.h | 216 u32 tpm_load_key2_oiap(struct udevice *dev, u32 parent_handle, const void *key,
|
| A D | tpm-v2.h | 614 const ssize_t pw_sz, u32 index, const char *key); 629 const ssize_t pw_sz, u32 index, const char *key,
|
| A D | mmc.h | 914 int mmc_rpmb_set_key(struct mmc *mmc, void *key); 917 unsigned short cnt, unsigned char *key); 919 unsigned short cnt, unsigned char *key);
|
| A D | image.h | 1520 const void *key; /* Pointer to public key in DER */ member 1654 uint8_t *key; /* Public signature key */ member 1807 const void *key; /* Value of the key */ member
|
| A D | expo.h | 973 int expo_send_key(struct expo *exp, int key);
|
| A D | tpm-v1.h | 485 u32 tpm1_load_key2_oiap(struct udevice *dev, u32 parent_handle, const void *key,
|
| A D | efi_api.h | 79 efi_uintn_t *key, 964 struct efi_input_key key; member 999 struct efi_input_key *key); 1266 u32 key; member
|
| A D | efi_loader.h | 1253 typedef efi_status_t (*efi_console_filter_func)(struct efi_input_key *key);
|
| /include/crypto/internal/ |
| A D | rsa.h | 50 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, 53 int rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key,
|
| /include/env/nvidia/ |
| A D | prod_upd.env | 25 pause 'Press ANY key to reboot device...'; reset; 27 pause 'Press ANY key to return to bootmenu...'; bootmenu; fi 40 pause 'Press ANY key to reboot...'; reset; 56 pause 'Press ANY key to reboot...'; reset; 58 pause 'Press ANY key to reboot...'; reset; fi; 61 pause 'Press ANY key to reboot...'; reset; fi
|
| /include/u-boot/ |
| A D | blake2.h | 83 int blake2b_init_key( blake2b_state *S, size_t outlen, const void *key, size_t keylen ); 89 …int blake2b( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keyle… 92 …int blake2( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keylen…
|
| A D | sha1.h | 101 void sha1_hmac(const unsigned char *key, int keylen,
|
| A D | rsa-mod-exp.h | 44 int rsa_gen_key_prop(const void *key, uint32_t keylen, struct key_prop **proc);
|
| A D | sha256.h | 40 int sha256_hmac(const unsigned char *key, int keylen,
|
| /include/dm/ |
| A D | uclass-internal.h | 336 struct uclass *uclass_find(enum uclass_id key);
|
| A D | uclass.h | 165 int uclass_get(enum uclass_id key, struct uclass **ucp);
|
| /include/linux/ |
| A D | edd.h | 70 __u16 key; /* = 0xBEDD */ member
|