Home
last modified time | relevance | path

Searched defs:rk (Results 1 – 13 of 13) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/
Daesni.c274 static void aesni_setkey_enc_128( unsigned char *rk, in aesni_setkey_enc_128()
324 static void aesni_setkey_enc_192( unsigned char *rk, in aesni_setkey_enc_192()
381 static void aesni_setkey_enc_256( unsigned char *rk, in aesni_setkey_enc_256()
447 int mbedtls_aesni_setkey_enc( unsigned char *rk, in mbedtls_aesni_setkey_enc()
Dpadlock.c80 uint32_t *rk; in mbedtls_padlock_xcryptecb() local
123 uint32_t *rk; in mbedtls_padlock_xcryptcbc() local
/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/feature/
Dhmac_wapi_sms4.c101 osal_void hmac_sms4_crypt_etc(const osal_u8 *input, osal_u8 *output, const osal_u32 *rk) in hmac_sms4_crypt_etc()
148 osal_void hmac_sms4_keyext_etc(osal_u8 *key, osal_u32 *rk) in hmac_sms4_keyext_etc()
/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/src/
Dsm4_setkey.c49 uint32_t *rk = key->rk; in sm4_set_encrypt_key() local
66 uint32_t *rk = key->rk; in sm4_set_decrypt_key() local
Dsm4_enc.c47 const uint32_t *rk = key->rk; in sm4_encrypt() local
66 const uint32_t *rk = key->rk; in sm4_ctr32_encrypt_blocks() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dcamellia.h66 uint32_t rk[68]; /*!< CAMELLIA round keys */ member
Daria.h80 uint32_t rk[MBEDTLS_ARIA_MAX_ROUNDS + 1][MBEDTLS_ARIA_BLOCKSIZE / 4]; member
Daes.h89 uint32_t *rk; /*!< AES round keys. */ member
/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/include/gmssl/
Ddes.h38 uint64_t rk[DES_ROUNDS]; member
Daes.h40 uint32_t rk[4 * (AES_MAX_ROUNDS + 1)]; member
Dsm4.h51 uint32_t rk[SM4_NUM_ROUNDS]; member
/device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/crypto/
Daes-internal.c779 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits) in rijndaelKeySetupEnc()
/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/tests/
Dsm4test.c26 const uint32_t rk[32] = { in test_sm4() local