Searched defs:IV (Results 1 – 4 of 4) sorted by relevance
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
| D | rtw_wapi_sms4.c | 180 void WapiSMS4Cryption(u8 *Key, u8 *IV, u8 *Input, u16 InputLength, in WapiSMS4Cryption() 218 void WapiSMS4Encryption(u8 *Key, u8 *IV, u8 *Input, u16 InputLength, in WapiSMS4Encryption() 225 void WapiSMS4Decryption(u8 *Key, u8 *IV, u8 *Input, u16 InputLength, in WapiSMS4Decryption() 232 void WapiSMS4CalculateMic(u8 *Key, u8 *IV, u8 *Input1, u8 Input1Length, in WapiSMS4CalculateMic()
|
| D | rtw_wapi.c | 1140 void rtw_wapi_get_iv(_adapter *padapter, u8 *pRA, u8 *IV) in rtw_wapi_get_iv()
|
| /device/soc/winnermicro/wm800/board/platform/common/crypto/ |
| D | wm_crypto_hard.c | 449 int tls_crypto_aes_init(psCipherContext_t *ctx, const unsigned char *IV, in tls_crypto_aes_init() 487 unsigned char *IV = ctx->aes.IV; in tls_crypto_aes_encrypt_decrypt() local 533 int tls_crypto_3des_init(psCipherContext_t *ctx, const unsigned char *IV, in tls_crypto_3des_init() 571 unsigned char *IV = ctx->des3.IV; in tls_crypto_3des_encrypt_decrypt() local 609 int tls_crypto_des_init(psCipherContext_t *ctx, const unsigned char *IV, in tls_crypto_des_init() 645 unsigned char *IV = ctx->des3.IV; in tls_crypto_des_encrypt_decrypt() local
|
| /device/soc/winnermicro/wm800/board/include/platform/ |
| D | wm_crypto_hard.h | 229 unsigned char IV[AES_BLOCKLEN]; member 246 unsigned char IV[DES3_BLOCKLEN]; member
|