Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/rands/
Ddrbg_hash.c382 PROV_DRBG_VERYIFY_ZEROIZATION(hash->V); in drbg_hash_verify_zeroization()
383 PROV_DRBG_VERYIFY_ZEROIZATION(hash->C); in drbg_hash_verify_zeroization()
384 PROV_DRBG_VERYIFY_ZEROIZATION(hash->vtmp); in drbg_hash_verify_zeroization()
Ddrbg_ctr.c484 PROV_DRBG_VERYIFY_ZEROIZATION(ctr->K); in drbg_ctr_verify_zeroization()
485 PROV_DRBG_VERYIFY_ZEROIZATION(ctr->V); in drbg_ctr_verify_zeroization()
486 PROV_DRBG_VERYIFY_ZEROIZATION(ctr->bltmp); in drbg_ctr_verify_zeroization()
487 PROV_DRBG_VERYIFY_ZEROIZATION(ctr->KX); in drbg_ctr_verify_zeroization()
Ddrbg_hmac.c269 PROV_DRBG_VERYIFY_ZEROIZATION(hmac->K); in drbg_hmac_verify_zeroization()
270 PROV_DRBG_VERYIFY_ZEROIZATION(hmac->V); in drbg_hmac_verify_zeroization()
Ddrbg_local.h214 #define PROV_DRBG_VERYIFY_ZEROIZATION(v) \ macro