Lines Matching defs:key

453 null_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv)  in null_encrypt()
458 null_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in null_decrypt()
463 null_setkey(void *sched, u_int8_t *key, int len) in null_setkey()
469 des1_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in des1_encrypt()
478 des1_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in des1_decrypt()
487 des1_setkey(void *sched, u_int8_t *key, int len) in des1_setkey()
493 des3_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in des3_encrypt()
502 des3_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in des3_decrypt()
511 des3_setkey(void *sched, u_int8_t *key, int len) in des3_setkey()
525 blf_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in blf_encrypt()
540 blf_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in blf_decrypt()
555 blf_setkey(void *sched, u_int8_t *key, int len) in blf_setkey()
562 cast5_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in cast5_encrypt()
568 cast5_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in cast5_decrypt()
574 cast5_setkey(void *sched, u_int8_t *key, int len) in cast5_setkey()
581 skipjack_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in skipjack_encrypt()
587 skipjack_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in skipjack_decrypt()
593 skipjack_setkey(void *sched, u_int8_t *key, int len) in skipjack_setkey()
609 rijndael128_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in rijndael128_encrypt()
615 rijndael128_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in rijndael128_decrypt()
622 rijndael128_setkey(void *sched, u_int8_t *key, int len) in rijndael128_setkey()
633 aes_xts_reinit(caddr_t key, u_int8_t *iv) in aes_xts_reinit()
685 aes_xts_encrypt(caddr_t key, u_int8_t *data, u_int8_t *iv) in aes_xts_encrypt()
691 aes_xts_decrypt(caddr_t key, u_int8_t *data, u_int8_t *iv) in aes_xts_decrypt()
697 aes_xts_setkey(void *sched, u_int8_t *key, int len) in aes_xts_setkey()
712 aes_ctr_reinit(caddr_t key, u_int8_t *iv) in aes_ctr_reinit()
725 aes_ctr_crypt(caddr_t key, u_int8_t *data, u_int8_t *iv) in aes_ctr_crypt()
744 aes_ctr_setkey(void *sched, u_int8_t *key, int len) in aes_ctr_setkey()
767 aes_gcm_reinit(caddr_t key, u_int8_t *iv) in aes_gcm_reinit()
780 cml_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in cml_encrypt()
786 cml_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in cml_decrypt()
793 cml_setkey(void *sched, u_int8_t *key, int len) in cml_setkey()
804 twofish128_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in twofish128_encrypt()
810 twofish128_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in twofish128_decrypt()
816 twofish128_setkey(void *sched, u_int8_t *key, int len) in twofish128_setkey()
827 serpent128_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in serpent128_encrypt()
833 serpent128_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in serpent128_decrypt()
839 serpent128_setkey(void *sched, u_int8_t *key, int len) in serpent128_setkey()
851 twofish_xts_reinit(caddr_t key, u_int8_t *iv) in twofish_xts_reinit()
902 twofish_xts_encrypt(caddr_t key, u_int8_t *data, u_int8_t *iv) in twofish_xts_encrypt()
908 twofish_xts_decrypt(caddr_t key, u_int8_t *data, u_int8_t *iv) in twofish_xts_decrypt()
914 twofish_xts_setkey(void *sched, u_int8_t *key, int len) in twofish_xts_setkey()
930 serpent_xts_reinit(caddr_t key, u_int8_t *iv) in serpent_xts_reinit()
982 serpent_xts_encrypt(caddr_t key, u_int8_t *data, u_int8_t *iv) in serpent_xts_encrypt()
988 serpent_xts_decrypt(caddr_t key, u_int8_t *data, u_int8_t *iv) in serpent_xts_decrypt()
994 serpent_xts_setkey(void *sched, u_int8_t *key, int len) in serpent_xts_setkey()