Lines Matching refs:signature

5438 	uint8_t signature[512] = { 0 };  in test_ec_operations()  local
5517 memset(signature, 0, sizeof(signature)); in test_ec_operations()
5518 signature_len = sizeof(signature); in test_ec_operations()
5525 sizeof(digest_test_pattern_sha256), (void *)signature, in test_ec_operations()
5535 sizeof(digest_test_pattern_sha256), (void *)signature, in test_ec_operations()
5547 memset(signature, 0, sizeof(signature)); in test_ec_operations()
5548 signature_len = sizeof(signature); in test_ec_operations()
5556 (void *)signature, &signature_len); in test_ec_operations()
5566 (void *)signature, signature_len); in test_ec_operations()
6423 uint8_t signature[512] = { 0 }; in test_rsa_pkcs_operations() local
6510 memset(signature, 0, sizeof(signature)); in test_rsa_pkcs_operations()
6511 signature_len = sizeof(signature); in test_rsa_pkcs_operations()
6518 sizeof(digest_test_pattern_sha256), (void *)signature, in test_rsa_pkcs_operations()
6528 sizeof(digest_test_pattern_sha256), (void *)signature, in test_rsa_pkcs_operations()
6545 memset(signature, 0, sizeof(signature)); in test_rsa_pkcs_operations()
6546 signature_len = sizeof(signature); in test_rsa_pkcs_operations()
6554 (void *)signature, &signature_len); in test_rsa_pkcs_operations()
6564 (void *)signature, signature_len); in test_rsa_pkcs_operations()
6824 uint8_t signature[512] = { 0 }; in test_rsa_pss_operations() local
6922 memset(signature, 0, sizeof(signature)); in test_rsa_pss_operations()
6923 signature_len = sizeof(signature); in test_rsa_pss_operations()
6937 (void *)signature, &signature_len); in test_rsa_pss_operations()
6947 (void *)signature, signature_len); in test_rsa_pss_operations()