Home
last modified time | relevance | path

Searched defs:raw_key (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/src/
Dblock_cipher.c20 …k_cipher_set_encrypt_key(BLOCK_CIPHER_KEY *key, const BLOCK_CIPHER *cipher, const uint8_t *raw_key) in block_cipher_set_encrypt_key()
28 …k_cipher_set_decrypt_key(BLOCK_CIPHER_KEY *key, const BLOCK_CIPHER *cipher, const uint8_t *raw_key) in block_cipher_set_decrypt_key()
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/
Dhw_tee_wrapper.c204 int32_t wrap_key(const uint8_t *raw_key, uint32_t raw_size, uint8_t *out_key, uint32_t out_size) in wrap_key()
241 uint8_t *raw_key, uint32_t size) in unwrap_key()
298 uint8_t *raw_key = tee_malloc(keybits / 8); in internal_aes_setkey_enc() local