Home
last modified time | relevance | path

Searched refs:des_set_key (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sparc/crypto/
H A Ddes_glue.c45 static int des_set_key(struct crypto_tfm *tfm, const u8 *key, in des_set_key() function
68 return des_set_key(crypto_skcipher_tfm(tfm), key, keylen); in des_set_key_skcipher()
351 .cia_setkey = des_set_key,
/openbmc/qemu/crypto/
H A Dcipher-nettle.c.inc534 des_set_key(&ctx->key, key);