| /openbmc/u-boot/cmd/ |
| H A D | aes.c | 32 int enc; in do_aes() local 38 enc = 1; in do_aes() 40 enc = 0; in do_aes() 61 if (enc) in do_aes()
|
| H A D | blob.c | 56 int enc, ret = 0; in do_blob() local 62 enc = 1; in do_blob() 64 enc = 0; in do_blob() 77 if (enc) in do_blob()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | fdt.c | 31 if (sps->enc[count].page_shift == 0) { in ppc_create_page_sizes_prop() 42 *(p++) = cpu_to_be32(sps->enc[j].page_shift); in ppc_create_page_sizes_prop() 43 *(p++) = cpu_to_be32(sps->enc[j].pte_enc); in ppc_create_page_sizes_prop()
|
| H A D | spapr_caps.c | 392 for (j = 0; j < ARRAY_SIZE(sps->enc); j++) { in ppc_hash64_filter_pagesizes() 393 PPCHash64PageSize *ps = &sps->enc[j]; in ppc_hash64_filter_pagesizes() 404 sps->enc[m++] = *ps; in ppc_hash64_filter_pagesizes() 409 for (j = m; j < ARRAY_SIZE(sps->enc); j++) { in ppc_hash64_filter_pagesizes() 410 memset(&sps->enc[j], 0, sizeof(sps->enc[j])); in ppc_hash64_filter_pagesizes()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-crypto-xts.c | 314 AES_KEY enc; member 325 AES_encrypt(src, dst, &aesctx->enc); in test_xts_aes_encrypt() 348 AES_set_encrypt_key(data->key1, data->keylen / 2 * 8, &aesdata.enc); in test_xts() 350 AES_set_encrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.enc); in test_xts() 384 AES_set_encrypt_key(data->key1, data->keylen / 2 * 8, &aesdata.enc); in test_xts_split() 386 AES_set_encrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.enc); in test_xts_split() 429 AES_set_encrypt_key(data->key1, data->keylen / 2 * 8, &aesdata.enc); in test_xts_unaligned() 431 AES_set_encrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.enc); in test_xts_unaligned()
|
| H A D | test-qga.c | 415 gchar *path, *enc; in test_qga_file_ops() local 431 enc = g_base64_encode(helloworld, sizeof(helloworld)); in test_qga_file_ops() 436 id, enc); in test_qga_file_ops() 491 g_assert_cmpstr(b64, ==, enc); in test_qga_file_ops() 494 g_free(enc); in test_qga_file_ops() 555 gchar *enc; in test_qga_file_write_read() local 568 enc = g_base64_encode(helloworld, sizeof(helloworld)); in test_qga_file_write_read() 573 " 'buf-b64': %s } }", id, enc); in test_qga_file_write_read() 623 g_assert_cmpstr(b64, ==, enc); in test_qga_file_write_read() 625 g_free(enc); in test_qga_file_write_read()
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/leds/ |
| H A D | phosphor-led-manager_%.bbappend | 20 …tdir/multi-user.target.wants/obmc-led-create-virtual-leds@sys-class-leds-virtual-enc-fault.service" 26 …unitdir/multi-user.target.wants/obmc-led-create-virtual-leds@sys-class-leds-virtual-enc-id.service" 33 …tdir/multi-user.target.wants/obmc-led-create-virtual-leds@sys-class-leds-virtual-enc-fault.service" 36 …unitdir/multi-user.target.wants/obmc-led-create-virtual-leds@sys-class-leds-virtual-enc-id.service"
|
| /openbmc/u-boot/board/amlogic/s400/ |
| H A D | README | 89 --output fip/bl30_new.bin.enc \ 92 --output fip/bl31.img.enc \ 95 --output fip/bl33.bin.enc \ 102 --bl30 fip/bl30_new.bin.enc \ 103 --bl31 fip/bl31.img.enc \ 104 --bl33 fip/bl33.bin.enc --level v3
|
| /openbmc/qemu/target/hexagon/ |
| H A D | gen_decodetree.py | 108 enc = encs[tag] 129 reg_enc_fields = re.findall(reg_letter + "+", enc) 156 for m in reversed(list(re.finditer(imm_letter + "+", enc))):
|
| /openbmc/bmcweb/http/ |
| H A D | utility.hpp | 239 Base64Encoder enc; in createBasicAuthHeader() local 240 enc.encode(username, credentials); in createBasicAuthHeader() 241 enc.encode(":", credentials); in createBasicAuthHeader() 242 enc.encode(password, credentials); in createBasicAuthHeader() 243 enc.finalize(credentials); in createBasicAuthHeader()
|
| H A D | http_response.hpp | 339 bmcweb::EncodingType enc = bmcweb::EncodingType::Raw, in openFile() 344 response.body().encodingType = enc; in openFile() 359 bool openFd(int fd, bmcweb::EncodingType enc = bmcweb::EncodingType::Raw) in openFd() 368 response.body().encodingType = enc; in openFd()
|
| H A D | http_body.hpp | 76 explicit value_type(EncodingType enc, CompressionType comp) : in value_type() argument 77 encodingType(enc), compressionType(comp) in value_type()
|
| /openbmc/qemu/ui/ |
| H A D | meson.build | 34 'vnc-enc-zlib.c', 35 'vnc-enc-hextile.c', 36 'vnc-enc-tight.c', 38 'vnc-enc-zrle.c',
|
| /openbmc/u-boot/board/amlogic/p212/ |
| H A D | README.libretech-cc | 94 --bl30 fip/bl30_new.bin.enc \ 95 --bl31 fip/bl31.img.enc \ 96 --bl33 fip/bl33.bin.enc
|
| H A D | README.khadas-vim | 94 --bl30 fip/bl30_new.bin.enc \ 95 --bl31 fip/bl31.img.enc \ 96 --bl33 fip/bl33.bin.enc
|
| H A D | README.p212 | 95 --bl30 fip/bl30_new.bin.enc \ 96 --bl31 fip/bl31.img.enc \ 97 --bl33 fip/bl33.bin.enc
|
| /openbmc/u-boot/board/amlogic/q200/ |
| H A D | README.khadas-vim2 | 95 --bl30 fip/bl30_new.bin.enc \ 96 --bl31 fip/bl31.img.enc \ 97 --bl33 fip/bl33.bin.enc
|
| H A D | README.q200 | 94 --bl30 fip/bl30_new.bin.enc \ 95 --bl31 fip/bl31.img.enc \ 96 --bl33 fip/bl33.bin.enc
|
| /openbmc/qemu/target/riscv/ |
| H A D | crypto_helper.c | 31 bool enc, bool mix) in aes32_operation() argument 37 if (enc) { in aes32_operation()
|
| /openbmc/qemu/target/ppc/ |
| H A D | mmu-hash64.c | 613 const PPCHash64PageSize *ps = &sps->enc[i]; in hpte_page_shift() 1254 .enc = { { .page_shift = 12, .pte_enc = 0 } } 1258 .enc = { { .page_shift = 24, .pte_enc = 0 } } 1270 .enc = { { .page_shift = 12, .pte_enc = 0 }, 1277 .enc = { { .page_shift = 16, .pte_enc = 0x1 }, 1283 .enc = { { .page_shift = 24, .pte_enc = 0 }, }, 1288 .enc = { { .page_shift = 34, .pte_enc = 0x3 }, },
|
| H A D | mmu-hash64.h | 150 PPCHash64PageSize enc[PPC_PAGE_SIZES_MAX_SZ]; member
|
| H A D | kvm.c | 406 for (jq = 0; jq < ARRAY_SIZE(qsps->enc); jq++) { in kvm_check_mmu() 407 for (jk = 0; jk < ARRAY_SIZE(ksps->enc); jk++) { in kvm_check_mmu() 408 if (qsps->enc[jq].page_shift == ksps->enc[jk].page_shift) { in kvm_check_mmu() 413 if (jk >= ARRAY_SIZE(ksps->enc)) { in kvm_check_mmu() 415 qsps->enc[jq].page_shift, qsps->page_shift); in kvm_check_mmu() 418 if (qsps->enc[jq].pte_enc != ksps->enc[jk].pte_enc) { in kvm_check_mmu() 421 ksps->enc[jk].pte_enc, qsps->enc[jq].page_shift, in kvm_check_mmu() 422 qsps->page_shift, qsps->enc[jq].pte_enc); in kvm_check_mmu()
|
| /openbmc/qemu/crypto/ |
| H A D | akcipher-nettle.c.inc | 165 void *enc, size_t enc_len, 197 nettle_mpz_get_str_256(enc_len, (uint8_t *)enc, c); 211 const void *enc, size_t enc_len, 231 nettle_mpz_init_set_str_256_u(c, enc_len, enc);
|
| H A D | der.c | 72 #define QCRYPTO_DER_TAG(class, enc, val) \ argument 74 ((enc) << QCRYPTO_DER_TAG_ENC_SHIFT) | (val))
|
| /openbmc/u-boot/lib/lzma/ |
| H A D | lzma.txt | 492 CLzmaEncHandle enc; 494 enc = LzmaEnc_Create(&g_Alloc); 495 if (enc == 0) 507 res = LzmaEnc_SetProps(enc, &props); 516 res = LzmaEnc_WriteProperties(enc, header, &headerSize); 523 res = LzmaEnc_Encode(enc, &outStream.funcTable, &inStream.funcTable, 527 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc);
|