Searched refs:aes_cbc (Results 1 – 8 of 8) sorted by relevance
59 extern cipher_type_t aes_cbc; in aes_cbc_alloc()77 (*c)->type = &aes_cbc; in aes_cbc_alloc()81 aes_cbc.ref_count++; in aes_cbc_alloc()91 extern cipher_type_t aes_cbc; in aes_cbc_dealloc()101 aes_cbc.ref_count--; in aes_cbc_dealloc()431 cipher_type_t aes_cbc = { variable
117 extern cipher_type_t aes_cbc;172 cipher_driver_test_array_throughput(&aes_cbc, 16, num_cipher); in main()179 cipher_driver_self_test(&aes_cbc); in main()
13 crypto/cipher/aes_cbc.c \
77 crypto/cipher/aes_cbc.o
79 crypto/cipher/aes_cbc.o
72 extern cipher_type_t aes_cbc;157 status = crypto_kernel_load_cipher_type(&aes_cbc, AES_128_CBC); in crypto_kernel_init()
71 cipher/aes_cbc.o