Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto.c3875 size_t required_hash_length; local
3913 required_hash_length = (hash_length < operation->coordinate_bytes ?
3916 if (required_hash_length > sizeof(operation->hash)) {
3921 memcpy(operation->hash, hash, required_hash_length);
3922 operation->hash_length = required_hash_length;
3934 (void) required_hash_length;
4091 size_t required_hash_length = 0; local
4155 required_hash_length = (hash_length < coordinate_bytes ? hash_length :
4158 if (required_hash_length > sizeof(operation->hash)) {
4163 memcpy(operation->hash, hash, required_hash_length);
[all …]