Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/drivers/nxp/crypto/caam/src/auth/
Drsa.c112 uint8_t *representative; in construct_img_encoded_hash_second() local
124 representative = encoded_hash_second; in construct_img_encoded_hash_second()
125 representative[0] = 0U; in construct_img_encoded_hash_second()
126 representative[1] = 1U; /* block type 1 */ in construct_img_encoded_hash_second()
128 padding = &representative[2]; in construct_img_encoded_hash_second()
129 digest = &representative[1] + len - 32; in construct_img_encoded_hash_second()