Searched refs:rtl_crypto_aes_cbc_init (Results 1 – 5 of 5) sorted by relevance
16 extern int rtl_crypto_aes_cbc_init(IN const u8* key, IN const u32 keylen);58 rom_ssl_ram_map.hw_crypto_aes_cbc_init = rtl_crypto_aes_cbc_init; in platform_set_malloc_free()
34 int rtl_crypto_aes_cbc_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_aes_cbc_init() function
1128 #define rtl_crypto_aes_cbc_init crypto_aes_cbc_init macro
145 _LONG_CALL_ int rtl_crypto_aes_cbc_init(IN const u8* key, IN const u32 keylen);
95 rtl_crypto_aes_cbc_init = 0x2dc5;
Completed in 7 milliseconds