@@ -314,8 +314,8 @@ static int _HandleRsaKeyGen(whServerContext* ctx, uint16_t magic,
314314 label_size , label );
315315 }
316316#ifdef DEBUG_CRYPTOCB_VERBOSE
317- printf ("[server] RsaKeyGen CacheKeyRsa: keyId:%u, ret:%d\n" ,
318- key_id , ret );
317+ printf ("[server] RsaKeyGen CacheKeyRsa: keyId:%u, ret:%d\n" ,
318+ key_id , ret );
319319#endif
320320 if (ret == 0 ) {
321321 res .keyId = WH_KEYID_ID (key_id );
@@ -763,7 +763,7 @@ static int _HandleEccKeyGen(whServerContext* ctx, uint16_t magic,
763763 }
764764#ifdef DEBUG_CRYPTOCB
765765 printf ("[server] %s CacheImport: keyId:%u, ret:%d\n" , __func__ ,
766- key_id , ret );
766+ key_id , ret );
767767#endif
768768 /* TODO: RSA has the following, should we do the same? */
769769 /*
@@ -1187,8 +1187,8 @@ static int _HandleCurve25519KeyGen(whServerContext* ctx, uint16_t magic,
11871187 ctx , key , key_id , flags , label_size , label );
11881188 }
11891189#ifdef DEBUG_CRYPTOCB
1190- printf ("[server] %s CacheImport: keyId:%u, ret:%d\n" ,
1191- __func__ , key_id , ret );
1190+ printf ("[server] %s CacheImport: keyId:%u, ret:%d\n" , __func__ ,
1191+ key_id , ret );
11921192#endif
11931193 }
11941194 }
@@ -2395,7 +2395,7 @@ static int _HandleMlDsaKeyGen(whServerContext* ctx, uint16_t magic,
23952395 }
23962396#ifdef DEBUG_CRYPTOCB
23972397 printf ("[server] %s CacheImport: keyId:%u, ret:%d\n" ,
2398- __func__ , key_id , ret );
2398+ __func__ , key_id , ret );
23992399#endif
24002400 }
24012401 }
0 commit comments