Home
last modified time | relevance | path

Searched refs:A (Results 1 – 2 of 2) sorted by relevance

/crypto/
Dkeywrap.c92 __be64 A; member
141 memcpy(&block.A, req->iv, SEMIBSIZE); in crypto_kw_decrypt()
163 block.A ^= cpu_to_be64(t); in crypto_kw_decrypt()
184 if (block.A != cpu_to_be64(0xa6a6a6a6a6a6a6a6ULL)) in crypto_kw_decrypt()
214 block.A = cpu_to_be64(0xa6a6a6a6a6a6a6a6ULL); in crypto_kw_encrypt()
240 block.A ^= cpu_to_be64(t); in crypto_kw_encrypt()
256 memcpy(req->iv, &block.A, SEMIBSIZE); in crypto_kw_encrypt()
DKconfig380 (rfc3962 includes errata information in its Appendix A) or
381 CBC-CS3 as defined by NIST in Sp800-38A addendum from Oct 2010.
1744 ANSI X9.31 A.2.4. Note that this option must be enabled if
1748 tristate "NIST SP800-90A DRBG"
1750 NIST SP800-90A compliant DRBG. In the following submenu, one or
1765 Enable the Hash DRBG variant as defined in NIST SP800-90A.
1772 Enable the CTR DRBG variant as defined in NIST SP800-90A.