Home
last modified time | relevance | path

Searched refs:swapcount (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/
A Drsamgf.c21 uint32_t swapcount = 0; in drvcrypt_rsa_mgf1() local
50 swapcount = TEE_U32_TO_BIG_ENDIAN(counter); in drvcrypt_rsa_mgf1()
61 ret = crypto_hash_update(ctx, (uint8_t *)&swapcount, in drvcrypt_rsa_mgf1()
62 sizeof(swapcount)); in drvcrypt_rsa_mgf1()
74 swapcount = TEE_U32_TO_BIG_ENDIAN(counter); in drvcrypt_rsa_mgf1()
85 ret = crypto_hash_update(ctx, (uint8_t *)&swapcount, in drvcrypt_rsa_mgf1()
86 sizeof(swapcount)); in drvcrypt_rsa_mgf1()

Completed in 2 milliseconds