Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/include/prov/
A Dciphercommon_gcm.h16 #define GCM_IV_DEFAULT_SIZE 12 /* IV's for AES_GCM should normally be 12 bytes */ macro
/openssl-master/providers/implementations/ciphers/
A Dciphercommon_gcm.c369 if (sz <= 0 || ctx->ivlen < GCM_IV_DEFAULT_SIZE) in gcm_iv_generate()
A Dcipher_aes_gcm_hw_s390x.inc49 if (ivlen == GCM_IV_DEFAULT_SIZE) {

Completed in 7 milliseconds