Searched refs:swapcount (Results 1 – 1 of 1) sorted by relevance
21 uint32_t swapcount = 0; in drvcrypt_rsa_mgf1() local50 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