| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | sha256.h | 4 * \brief This file contains SHA-224 and SHA-256 definitions and functions. 6 * The Secure Hash Algorithms 224 and 256 (SHA-224 and SHA-256) cryptographic 36 * The structure is used both for SHA-256 and for SHA-224 46 0: Use SHA-256, or 1: Use SHA-224. */ 81 * \brief This function starts a SHA-224 or SHA-256 checksum 86 * either \c 0 for SHA-256, or \c 1 for SHA-224. 120 * \param output The SHA-224 or SHA-256 checksum result. 122 * for SHA-256, \c 28 bytes for SHA-224. 146 * \brief This function calculates the SHA-224 or SHA-256 158 * \param output The SHA-224 or SHA-256 checksum result. [all …]
|
| H A D | sha3.h | 39 MBEDTLS_SHA3_224, /*!< SHA3-224 */ 120 * \param olen Defines the length of output buffer (in bytes). For SHA-3 224, SHA-3 256, 146 * \param olen Defines the length of output buffer (in bytes). For SHA-3 224, SHA-3 256, 161 * by this module: SHA3-224, SHA3-256, SHA3-384, SHA3-512.
|
| H A D | md.h | 52 MBEDTLS_MD_SHA224=0x08, /**< The SHA-224 message digest. */ 56 MBEDTLS_MD_SHA3_224=0x10, /**< The SHA3-224 message digest. */ 84 #define MBEDTLS_MD_MAX_BLOCK_SIZE 144 /* the longest known is SHA3-224 */
|
| H A D | hmac_drbg.h | 135 * - 192 bits if \p md_info is SHA-224; 137 * Note that SHA-256 is just as efficient as SHA-224.
|
| /optee_os/core/lib/libtomcrypt/src/hashes/sha2/ |
| H A D | sha512_224.c | 5 SHA512/224 hash included in sha512.c 14 "sha512-224", 112 … if (compare_testvector(tmp, sizeof(tmp), tests[i].hash, sizeof(tests[i].hash), "SHA512-224", i)) { in sha512_224_test()
|
| H A D | sha224.c | 5 LTC_SHA-224 new NIST standard based off of LTC_SHA-256 truncated to 224 bits (Tom St Denis)
|
| /optee_os/core/lib/libtomcrypt/src/hashes/ |
| H A D | sha3_test.c | 15 unsigned char buf[200], hash[224 / 8]; in sha3_224_test() 20 const unsigned char sha3_224_empty[224 / 8] = { in sha3_224_test() 27 const unsigned char sha3_224_0xa3_200_times[224 / 8] = { in sha3_224_test() 36 /* SHA3-224 on an empty buffer */ in sha3_224_test() 39 …if (compare_testvector(hash, sizeof(hash), sha3_224_empty, sizeof(sha3_224_empty), "SHA3-224", 0))… in sha3_224_test() 43 /* SHA3-224 in two steps. [FIPS 202] */ in sha3_224_test() 48 …tor(hash, sizeof(hash), sha3_224_0xa3_200_times, sizeof(sha3_224_0xa3_200_times), "SHA3-224", 1)) { in sha3_224_test() 52 /* SHA3-224 byte-by-byte: 200 steps. [FIPS 202] */ in sha3_224_test() 59 …tor(hash, sizeof(hash), sha3_224_0xa3_200_times, sizeof(sha3_224_0xa3_200_times), "SHA3-224", 2)) { in sha3_224_test() 411 "KECCAK-224", 0) != 0) { in keccak_224_test() [all …]
|
| H A D | sha3.c | 12 "sha3-224", /* name of hash */ 221 md->sha3.capacity_words = 2 * 224 / (8 * sizeof(ulong64)); in sha3_224_init()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ecp_invasive.h | 104 * that of the modulus (224 bits). 208 /** Fast quasi-reduction modulo p224k1 = 2^224 - R, 217 * that of the modulus (224 bits). 277 /** Fast quasi-reduction modulo p448 = 2^448 - 2^224 - 1 278 * Write X as A0 + 2^448 A1 and A1 as B0 + 2^224 B1, and return A0 + A1 + B1 + 279 * (B0 + B1) * 2^224.
|
| H A D | oid.c | 397 "RSA with SHA-224"), 736 OID_DESCRIPTOR(MBEDTLS_OID_DIGEST_ALG_SHA224, "id-sha224", "SHA-224"), 766 OID_DESCRIPTOR(MBEDTLS_OID_DIGEST_ALG_SHA3_224, "id-sha3-224", "SHA-3-224"), 820 OID_DESCRIPTOR(MBEDTLS_OID_HMAC_SHA224, "hmacSHA224", "HMAC-SHA-224"), 844 OID_DESCRIPTOR(MBEDTLS_OID_HMAC_SHA3_224, "hmacSHA3-224", "HMAC-SHA3-224"),
|
| H A D | psa_util.c | 200 *bits = 224; in mbedtls_ecc_group_to_psa() 273 case 224: in mbedtls_ecc_group_from_psa()
|
| H A D | camellia.c | 49 170, 208, 160, 125, 161, 137, 98, 151, 84, 91, 30, 149, 224, 255, 100, 210, 76 170, 208, 160, 125, 161, 137, 98, 151, 84, 91, 30, 149, 224, 255, 100, 210, 88 224, 5, 88, 217, 103, 78, 129, 203, 201, 11, 174, 106, 213, 24, 93, 130, 123 32, 20, 233, 189, 221, 228, 161, 224, 138, 241, 214, 122, 187, 227, 64, 79 132 170, 160, 161, 98, 84, 30, 224, 100, 16, 0, 163, 117, 138, 230, 9, 221,
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | sha3_armv8a_ce_a64.S | 74 /* SHA3-384, SHA3-256, SHA3-224 or SHA3-128 */ 84 /* bit 4 set? -> SHA3-384, SHA3-224 or SHA3-128 */ 98 /* SHA3-224 or SHA3-128 */ 105 /* bit 2 set? -> SHA-224 */ 116 /* SHA3-224: digest size 28 bytes, block size 144 bytes */
|
| H A D | sha256_armv8a_ce_a64.S | 7 /* Core SHA-224/SHA-256 transform using v8 Crypto Extensions */
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/safer/ |
| H A D | safer_tab.c | 20 4, 180, 133, 74, 246, 19, 84, 182, 223, 12, 26, 142, 222, 224, 57, 252, 49 184, 64, 120, 45, 58, 233, 100, 31, 146, 144, 125, 57, 111, 224, 137, 48
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_find_curve.c | 69 "1.3.132.0.33", { "SECP224R1", "NISTP224", "ECC-224", "P-224", NULL }
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sha3_accel.c | 17 "sha3-224", /* name of hash */ 81 md->sha3.capacity_words = 2 * 224 / (8 * sizeof(ulong64)); in sha3_224_init()
|
| H A D | hmac.c | 149 return ltc_hmac_alloc_ctx(ctx, find_hash("sha3-224")); in crypto_hmac_sha3_224_alloc_ctx()
|
| H A D | ecc.c | 45 * to key sizes of 112, 128, 160, 192, 224, 256, 384, and 521 bits in ecc_get_curve_info() 59 size_bits = 224; in ecc_get_curve_info()
|
| H A D | hash.c | 210 return ltc_hash_alloc_ctx(ctx, find_hash("sha3-224")); in crypto_sha3_224_alloc_ctx()
|
| /optee_os/core/lib/libtomcrypt/src/misc/pkcs12/ |
| H A D | pkcs12_utf8_to_utf16.c | 26 if (*in >= 224) extra++; /* 2 */ in pkcs12_utf8_to_utf16()
|
| /optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
| H A D | crypt.c | 171 " SHA-512/224\n" 174 " SHA-224\n"
|
| /optee_os/core/lib/libtomcrypt/src/pk/dsa/ |
| H A D | dsa_generate_pqg.c | 78 else if (N <= 224) { mr_tests_q = 24; } in s_dsa_make_params() 87 else if (N <= 224) { mr_tests_q = 56; } in s_dsa_make_params()
|
| /optee_os/core/include/dt-bindings/clock/ |
| H A D | stm32mp1-clks.h | 240 #define DDRPHYC 224
|
| /optee_os/core/drivers/ |
| H A D | ls_i2c.c | 40 { 216, 0x87 }, { 224, 0x8B }, { 240, 0x8C }, { 256, 0x90 }, 68 { 176, 0x8C }, { 192, 0x90 }, { 208, 0x56 }, { 224, 0x91 },
|