Lines Matching refs:hash_size
2410 size_t hash_size, argument
2421 operation, hash, hash_size, hash_length);
2429 size_t hash_size, argument
2435 LOCAL_OUTPUT_ALLOC(hash_external, hash_size, hash);
2436 status = psa_hash_finish_internal(operation, hash, hash_size, hash_length);
2484 uint8_t *hash_external, size_t hash_size, argument
2497 LOCAL_OUTPUT_ALLOC(hash_external, hash_size, hash);
2499 hash, hash_size, hash_length);
6651 size_t hash_size = PSA_HASH_LENGTH(hash_alg); local
6652 if (hash_size == 0) {
6666 operation->capacity = 255 * hash_size;
6671 operation->capacity = hash_size;
6676 operation->capacity = 255 * hash_size;
6696 operation->capacity = UINT32_MAX * hash_size;
6703 (void) hash_size;