Searched refs:and (Results 1 – 5 of 5) sorted by relevance
/crypto/ |
D | Kconfig | 286 Support for Galois/Counter Mode (GCM) and Galois Message 379 Section 8 of rfc2040 and referenced by rfc3962 405 The first 128, 192 or 256 bits in the key are used for AES and the 475 designed for fast and secure disk encryption, especially on 478 an ε-almost-∆-universal hash function, and an invocation of 484 underlying stream and block ciphers, subject to a security 496 generation method that is used in some cases by fscrypt and/or 504 type of the first template argument), and which defers encryption 505 and decryption requests to the encapsulated cipher after applying 508 template, and that the IV appears at the end of the authenticated [all …]
|
D | poly1305_generic.c | 32 static inline u32 and(u32 v, u32 mask) in and() function 141 d1 += sr(d0, 26); h0 = and(d0, 0x3ffffff); in poly1305_blocks_internal() 142 d2 += sr(d1, 26); h1 = and(d1, 0x3ffffff); in poly1305_blocks_internal() 143 d3 += sr(d2, 26); h2 = and(d2, 0x3ffffff); in poly1305_blocks_internal() 144 d4 += sr(d3, 26); h3 = and(d3, 0x3ffffff); in poly1305_blocks_internal() 145 h0 += sr(d4, 26) * 5; h4 = and(d4, 0x3ffffff); in poly1305_blocks_internal()
|
/crypto/asymmetric_keys/ |
D | Kconfig | 8 as encryption, decryption, signature generation and signature 21 If signature generation and/or verification are to be used, 44 data and provides the ability to instantiate a crypto key from a 54 private key data and provides the ability to instantiate a crypto key 63 private key data and provides the ability to instantiate a crypto key 74 signature data and provides the ability to verify the signature. 82 it is, the PKCS#7 wrapper is discarded and reading the key returns
|
D | pkcs7.asn1 | 41 -- Certificates and certificate lists 79 -- sequence of attributes and then reuse encoded
|
D | mscode.asn1 | 6 --- This program is free software; you can redistribute it and/or
|