| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | crypto.c | 107 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) in ceph_crypto_key_unarmor() argument 109 int inlen = strlen(inkey); in ceph_crypto_key_unarmor() 114 dout("crypto_key_unarmor %s\n", inkey); in ceph_crypto_key_unarmor() 118 blen = ceph_unarmor(buf, inkey, inkey+inlen); in ceph_crypto_key_unarmor()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_keys.c | 142 const struct xdr_netobj *inkey, in krb5_derive_key() argument 157 if ((inkey->len != keylength) || (outkey->len != keylength)) in krb5_derive_key() 163 if (crypto_sync_skcipher_setkey(cipher, inkey->data, inkey->len)) in krb5_derive_key()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | 0001-raddb-certs-Makefile-fix-the-occasional-verification.patch | 78 - $(OPENSSL) pkcs12 -export -in server.crt -inkey server.key -out server.p12 -passin pass:$(PASSWO… 79 + @[ -f server.p12 ] || $(OPENSSL) pkcs12 -export -in server.crt -inkey server.key -out server.p12 … 100 - $(OPENSSL) pkcs12 -export -in client.crt -inkey client.key -out client.p12 -passin pass:$(PASSWO… 101 + @[ -f client.p12 ] || $(OPENSSL) pkcs12 -export -in client.crt -inkey client.key -out client.p12 … 123 - $(OPENSSL) pkcs12 -export -in inner-server.crt -inkey inner-server.key -out inner-server.p12 -pa… 124 + @[ -f inner-server.p12 ] || $(OPENSSL) pkcs12 -export -in inner-server.crt -inkey inner-server.ke…
|
| H A D | 0001-raddb-certs-Makefile-fix-the-existed-certificate-err.patch | 43 …$(OPENSSL) pkcs12 -export -in server.crt -inkey server.key -out server.p12 -passin pass:$(PASSWOR… 52 …$(OPENSSL) pkcs12 -export -in client.crt -inkey client.key -out client.p12 -passin pass:$(PASSWOR…
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | hmac.c | 41 const u8 *inkey, unsigned int keylen) in hmac_setkey() argument 59 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey() 65 memcpy(ipad, inkey, keylen); in hmac_setkey()
|
| H A D | xcbc.c | 52 const u8 *inkey, unsigned int keylen) in crypto_xcbc_digest_setkey() argument 61 if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen))) in crypto_xcbc_digest_setkey()
|
| H A D | cmac.c | 51 const u8 *inkey, unsigned int keylen) in crypto_cmac_digest_setkey() argument 62 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey()
|
| H A D | ccm.c | 779 const u8 *inkey, unsigned int keylen) in crypto_cbcmac_digest_setkey() argument 783 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | ghash-ce-glue.c | 187 const u8 *inkey, unsigned int keylen) in ghash_setkey() argument 195 memcpy(&key->k, inkey, GHASH_BLOCK_SIZE); in ghash_setkey() 229 static int gcm_setkey(struct crypto_aead *tfm, const u8 *inkey, in gcm_setkey() argument 237 ret = aes_expandkey(&ctx->aes_key, inkey, keylen); in gcm_setkey()
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | ghash-ce-glue.c | 157 const u8 *inkey, unsigned int keylen) in ghash_setkey() argument 165 memcpy(&key->k, inkey, GHASH_BLOCK_SIZE); in ghash_setkey()
|
| /OK3568_Linux_fs/kernel/include/linux/sunrpc/ |
| H A D | gss_krb5.h | 292 const struct xdr_netobj *inkey,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flex_pipe.c | 3149 struct ice_prof_id_key inkey; in ice_prof_gen_key() local 3151 inkey.xlt1 = ptg; in ice_prof_gen_key() 3152 inkey.xlt2_cdid = cpu_to_le16(vsig); in ice_prof_gen_key() 3153 inkey.flags = cpu_to_le16(flags); in ice_prof_gen_key() 3161 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_2_M); in ice_prof_gen_key() 3162 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_2_S); in ice_prof_gen_key() 3167 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_4_M); in ice_prof_gen_key() 3168 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_4_S); in ice_prof_gen_key() 3173 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_8_M); in ice_prof_gen_key() 3174 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_8_S); in ice_prof_gen_key() [all …]
|