Searched refs:crypto_gcm_tmpls (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dgcm.c1110 static struct crypto_template crypto_gcm_tmpls[] = { variable in typeref:struct:crypto_template
1140 err = crypto_register_templates(crypto_gcm_tmpls,
1141 ARRAY_SIZE(crypto_gcm_tmpls));
1151 crypto_unregister_templates(crypto_gcm_tmpls,
1152 ARRAY_SIZE(crypto_gcm_tmpls));

Completed in 174 milliseconds