Home
last modified time | relevance | path

Searched refs:enc (Results 1 – 9 of 9) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/se050/adaptors/utils/
A Dscp_config.c49 .enc = { 0x34, 0xae, 0x09, 0x67, 0xe3, 0x29, 0xe9, 0x51,
57 .enc = { 0x46, 0xa9, 0xc4, 0x8c, 0x34, 0xef, 0xe3, 0x44,
65 .enc = { 0xd4, 0x99, 0xbc, 0x90, 0xde, 0xa5, 0x42, 0xcf,
73 .enc = { 0x5f, 0xa4, 0x3d, 0x82, 0x02, 0xd2, 0x5e, 0x9a,
81 .enc = { 0x85, 0x2b, 0x59, 0x62, 0xe9, 0xcc, 0xe5, 0xd0,
89 .enc = { 0xbd, 0x1d, 0xe2, 0x0a, 0x81, 0xea, 0xb2, 0xbf,
97 .enc = { 0x35, 0xc2, 0x56, 0x45, 0x89, 0x58, 0xa3, 0x4f,
105 .enc = { 0x84, 0x0a, 0x5d, 0x51, 0x79, 0x55, 0x11, 0xc9,
320 [0] = keys->enc, in se050_scp03_prepare_rotate_cmd()
378 .enc = { CFG_CORE_SE05X_SCP03_CURRENT_ENC }, in get_config_key()
[all …]
/optee_os-3.20.0/core/drivers/crypto/se050/adaptors/apis/
A Dsss.c87 cur_keys.enc, SE050_SCP03_KEY_SZ); in se050_rotate_scp03_keys()
94 new_keys.enc, SE050_SCP03_KEY_SZ); in se050_rotate_scp03_keys()
97 if (!memcmp(new_keys.enc, cur_keys.enc, SE050_SCP03_KEY_SZ) && in se050_rotate_scp03_keys()
A Duser.c56 len = sizeof(keys->enc); in prepare_host_scp()
58 keys->enc, len, len * 8, NULL, 0); in prepare_host_scp()
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/chachapoly/
A Dchacha20poly1305_test.c18 …unsigned char enc[] = { 0xD3, 0x1A, 0x8D, 0x34, 0x64, 0x8E, 0x60, 0xDB, 0x7B, 0x86, 0xAF, 0xBC, 0x… in chacha20poly1305_test()
50 …if (compare_testvector(ct, mlen, enc, sizeof(enc), "ENC-CT", 1) != 0) return CRYPT_FAIL_TESTVECTOR; in chacha20poly1305_test()
69 …if (compare_testvector(ct, mlen, enc, sizeof(enc), "ENC-CT2", 1) != 0) return CRYPT_FAIL_TESTVECTO… in chacha20poly1305_test()
/optee_os-3.20.0/core/drivers/crypto/se050/adaptors/include/
A Dse050_utils.h16 uint8_t enc[SE050_SCP03_KEY_SZ]; member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dpem.c229 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-3.20.0/core/arch/arm/crypto/
A Daes_modes_armv8a_ce_a64.S57 .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 Dghash-ce-core_a64.S411 .macro pmull_gcm_do_crypt, enc
431 .if \enc == 1
446 .if \enc == 1
556 .if \enc == 0
576 .if \enc == 1
/optee_os-3.20.0/ta/arch/arm/
A Dlink.mk106 crypt-args$(user-ta-uuid) := --enc-key $(TA_ENC_KEY)

Completed in 10 milliseconds