Searched refs:crypto_blkcipher_setkey (Results 1 – 6 of 6) sorted by relevance
62 …lkcipher_name crypto_blkcipher_ivsize crypto_blkcipher_blocksize crypto_blkcipher_setkey crypto_bl…
223 crypto_blkcipher_setkey((void *)tfm, key_ptr, key_len); in do_decrypt()
176 ret = crypto_blkcipher_setkey(op->fallback.blk, key, len); in geode_setkey_blk()
1277 static inline int crypto_blkcipher_setkey(struct crypto_blkcipher *tfm, in crypto_blkcipher_setkey() function
597 err = crypto_blkcipher_setkey(blkcipher, key, keylen); in skcipher_setkey_blkcipher()
229 err = crypto_blkcipher_setkey(child, key, keylen); in cryptd_blkcipher_setkey()