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

/linux-master/crypto/
H A Dccm.c911 static struct crypto_template crypto_ccm_tmpls[] = { variable in typeref:struct:crypto_template
933 return crypto_register_templates(crypto_ccm_tmpls,
934 ARRAY_SIZE(crypto_ccm_tmpls));
939 crypto_unregister_templates(crypto_ccm_tmpls,
940 ARRAY_SIZE(crypto_ccm_tmpls));

Completed in 91 milliseconds