Searched refs:skcipher_inst (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dessiv.c449 struct skcipher_instance *skcipher_inst = NULL; local
479 skcipher_inst = kzalloc(sizeof(*skcipher_inst) +
481 if (!skcipher_inst)
483 inst = skcipher_crypto_instance(skcipher_inst);
484 base = &skcipher_inst->alg.base;
579 skcipher_inst->alg.setkey = essiv_skcipher_setkey;
580 skcipher_inst->alg.encrypt = essiv_skcipher_encrypt;
581 skcipher_inst->alg.decrypt = essiv_skcipher_decrypt;
582 skcipher_inst
[all...]

Completed in 130 milliseconds