/optee_os/core/drivers/crypto/se050/adaptors/utils/ |
A D | scp_config.c | 52 .enc = { 0x34, 0xae, 0x09, 0x67, 0xe3, 0x29, 0xe9, 0x51, 60 .enc = { 0x46, 0xa9, 0xc4, 0x8c, 0x34, 0xef, 0xe3, 0x44, 68 .enc = { 0xd4, 0x99, 0xbc, 0x90, 0xde, 0xa5, 0x42, 0xcf, 76 .enc = { 0x5f, 0xa4, 0x3d, 0x82, 0x02, 0xd2, 0x5e, 0x9a, 84 .enc = { 0x85, 0x2b, 0x59, 0x62, 0xe9, 0xcc, 0xe5, 0xd0, 92 .enc = { 0xbd, 0x1d, 0xe2, 0x0a, 0x81, 0xea, 0xb2, 0xbf, 100 .enc = { 0x35, 0xc2, 0x56, 0x45, 0x89, 0x58, 0xa3, 0x4f, 108 .enc = { 0x84, 0x0a, 0x5d, 0x51, 0x79, 0x55, 0x11, 0xc9, 257 [0] = keys->enc, in se050_scp03_prepare_rotate_cmd() 315 .enc = { CFG_CORE_SE05X_SCP03_CURRENT_ENC }, in get_config_key() [all …]
|
/optee_os/core/drivers/crypto/se050/adaptors/apis/ |
A D | sss.c | 77 cur_keys.enc, SE050_SCP03_KEY_SZ); in se050_rotate_scp03_keys() 84 new_keys.enc, SE050_SCP03_KEY_SZ); in se050_rotate_scp03_keys() 87 if (!memcmp(new_keys.enc, cur_keys.enc, SE050_SCP03_KEY_SZ) && in se050_rotate_scp03_keys()
|
A D | user.c | 56 len = sizeof(keys->enc); in prepare_host_scp() 58 keys->enc, len, len * 8, NULL, 0); in prepare_host_scp()
|
/optee_os/core/lib/libtomcrypt/src/encauth/chachapoly/ |
A D | chacha20poly1305_test.c | 25 …unsigned char enc[] = { 0xD3, 0x1A, 0x8D, 0x34, 0x64, 0x8E, 0x60, 0xDB, 0x7B, 0x86, 0xAF, 0xBC, 0x… in chacha20poly1305_test() 57 …if (compare_testvector(ct, mlen, enc, sizeof(enc), "ENC-CT", 1) != 0) return CRYPT_FAIL_TESTVECTOR; in chacha20poly1305_test() 76 …if (compare_testvector(ct, mlen, enc, sizeof(enc), "ENC-CT2", 1) != 0) return CRYPT_FAIL_TESTVECTO… in chacha20poly1305_test()
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | pem.c | 229 int ret, enc; in mbedtls_pem_read_buffer() local 269 enc = 0; in mbedtls_pem_read_buffer() 275 enc++; in mbedtls_pem_read_buffer() 358 if( enc != 0 ) in mbedtls_pem_read_buffer()
|
/optee_os/core/arch/arm/crypto/ |
A D | aes_modes_armv8a_ce_a64.S | 57 .macro round_Nx, enc, k, i0, i1, i2, i3 58 .ifc \enc, e 86 .macro do_block_Nx, enc, rounds, i0, i1, i2, i3 90 round_Nx \enc, v17, \i0, \i1, \i2, \i3 91 round_Nx \enc, v18, \i0, \i1, \i2, \i3 92 1111: round_Nx \enc, v19, \i0, \i1, \i2, \i3 93 round_Nx \enc, v20, \i0, \i1, \i2, \i3 95 round_Nx \enc, \key, \i0, \i1, \i2, \i3 97 fin_round_Nx \enc, v30, v31, \i0, \i1, \i2, \i3
|
A D | ghash-ce-core_a64.S | 411 .macro pmull_gcm_do_crypt, enc 431 .if \enc == 1 446 .if \enc == 1 556 .if \enc == 0 576 .if \enc == 1
|
/optee_os/core/drivers/crypto/se050/adaptors/include/ |
A D | se050_utils.h | 16 uint8_t enc[SE050_SCP03_KEY_SZ]; member
|
/optee_os/ta/arch/arm/ |
A D | link.mk | 106 crypt-args$(user-ta-uuid) := --enc-key $(TA_ENC_KEY)
|
/optee_os/out/arm/export-ta_arm32/mk/ |
A D | link.mk | 106 crypt-args$(user-ta-uuid) := --enc-key $(TA_ENC_KEY)
|
/optee_os/out/arm/export-ta_arm64/mk/ |
A D | link.mk | 106 crypt-args$(user-ta-uuid) := --enc-key $(TA_ENC_KEY)
|