Home
last modified time | relevance | path

Searched refs:des3_setkey (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/crypto/
H A Ddes_s390.c200 static int des3_setkey(struct crypto_tfm *tfm, const u8 *key, in des3_setkey() function
217 return des3_setkey(crypto_skcipher_tfm(tfm), key, key_len); in des3_setkey_skcipher()
247 .cia_setkey = des3_setkey,
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/crypto/
H A Ddes_s390.c200 static int des3_setkey(struct crypto_tfm *tfm, const u8 *key, in des3_setkey() function
217 return des3_setkey(crypto_skcipher_tfm(tfm), key, key_len); in des3_setkey_skcipher()
247 .cia_setkey = des3_setkey,
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/crypto/
H A Ddes_s390.c200 static int des3_setkey(struct crypto_tfm *tfm, const u8 *key, in des3_setkey() function
217 return des3_setkey(crypto_skcipher_tfm(tfm), key, key_len); in des3_setkey_skcipher()
247 .cia_setkey = des3_setkey,
/dports/misc/rump/buildrump.sh-b914579/src/sys/opencrypto/
H A Dcryptosoft_xform.c93 static int des3_setkey(u_int8_t **, const u_int8_t *, int);
175 des3_setkey,
467 des3_setkey(u_int8_t **sched, const u_int8_t *key, int len) in des3_setkey() function