Searched defs:key (Results 251 - 275 of 2070) sorted by path

<<11121314151617181920>>

/linux-master/crypto/asymmetric_keys/
H A Drestrict.c76 struct key *ke local
212 struct key *key = NULL; local
[all...]
H A Dsignature.c46 struct key *key = params->key; local
137 verify_signature(const struct key *key, const struct public_key_signature *sig) argument
[all...]
H A Dx509_cert_parser.c22 const void *key; /* Key data */ member in struct:x509_parse_context
[all...]
H A Dx509_loader.c11 key_ref_t key; local
/linux-master/crypto/
H A Dauthenc.c46 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key, argument
84 static int crypto_authenc_setkey(struct crypto_aead *authenc, const u8 *key, argument
H A Dauthencesn.c58 static int crypto_authenc_esn_setkey(struct crypto_aead *authenc_esn, const u8 *key, argument
H A Dblowfish_common.c345 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
H A Dcamellia_generic.c537 static void camellia_setup128(const unsigned char *key, u32 *subkey) argument
643 static void camellia_setup256(const unsigned char *key, u32 *subkey) argument
792 camellia_setup192(const unsigned char *key, u32 *subkey) argument
964 const unsigned char *key = (const unsigned char *)in_key; local
[all...]
H A Dcast5_generic.c475 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) argument
H A Dcast6_generic.c93 static inline void W(u32 *key, unsigned int i) argument
109 u32 key[8]; local
146 cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
[all...]
H A Dccm.c88 static int crypto_ccm_setkey(struct crypto_aead *aead, const u8 *key, argument
567 static int crypto_rfc4309_setkey(struct crypto_aead *parent, const u8 *key, argument
H A Dchacha20poly1305.c55 u8 key[POLY1305_KEY_SIZE]; member in struct:chachapoly_req_ctx
474 chachapoly_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
[all...]
H A Dcipher.c20 static int setkey_unaligned(struct crypto_cipher *tfm, const u8 *key, argument
43 crypto_cipher_setkey(struct crypto_cipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dcrc32_generic.c24 u32 *key = crypto_tfm_ctx(tfm); local
36 static int crc32_setkey(struct crypto_shash *hash, const u8 *key, argument
H A Dcrc32c_generic.c45 u32 key; member in struct:chksum_ctx
72 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, argument
H A Dcryptd.c227 cryptd_skcipher_setkey(struct crypto_skcipher *parent, const u8 *key, unsigned int keylen) argument
471 cryptd_hash_setkey(struct crypto_ahash *parent, const u8 *key, unsigned int keylen) argument
719 cryptd_aead_setkey(struct crypto_aead *parent, const u8 *key, unsigned int keylen) argument
H A Dctr.c169 crypto_rfc3686_setkey(struct crypto_skcipher *parent, const u8 *key, unsigned int keylen) argument
H A Dcts.c76 static int crypto_cts_setkey(struct crypto_skcipher *parent, const u8 *key, argument
H A Ddes_generic.c19 static int des_setkey(struct crypto_tfm *tfm, const u8 *key, argument
51 static int des3_ede_setkey(struct crypto_tfm *tfm, const u8 *key, argument
H A Ddh.c354 __be64 *key; local
464 void *buf = NULL, *key = NULL; local
[all...]
H A Ddrbg.c308 drbg_ctr_bcc(struct drbg_state *drbg, unsigned char *out, const unsigned char *key, struct list_head *in) argument
1699 drbg_kcapi_hmacsetkey(struct drbg_state *drbg, const unsigned char *key) argument
1802 drbg_kcapi_symsetkey(struct drbg_state *drbg, const unsigned char *key) argument
[all...]
H A Decb.c56 lskcipher_setkey_simple2(struct crypto_lskcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Decdsa.c222 static int ecdsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
H A Decrdsa.c42 const char *key; /* raw public key */ member in struct:ecrdsa_ctx
191 static int ecrdsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, argument
[all...]
H A Dessiv.c93 static int essiv_aead_setkey(struct crypto_aead *tfm, const u8 *key, argument
66 essiv_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument

Completed in 374 milliseconds

<<11121314151617181920>>