HomeSort by: relevance | last modified time | path
    Searched defs:ecb (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
IntEqClasses.cpp 35 unsigned ecb = EC[b]; local
39 while (eca != ecb)
40 if (eca < ecb) {
42 b = ecb;
43 ecb = EC[b];
45 EC[a] = ecb;
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_sm4.c 30 ecb128_f ecb; member in union:__anon300::__anon302
54 BLOCK_CIPHER_generic(nid, 16, 0, ecb, ecb, ECB, flags | EVP_CIPH_FLAG_DEFAULT_ASN1) \
79 dat->stream.ecb = (ecb128_f)HWSM4_ecb_encrypt;
91 dat->stream.ecb = (ecb128_f)vpsm4_ecb_encrypt;
111 dat->stream.ecb = (ecb128_f)HWSM4_ecb_encrypt;
130 dat->stream.ecb = (ecb128_f)vpsm4_ecb_encrypt;
182 if (dat->stream.ecb != NULL)
183 (*dat->stream.ecb)(in, out, len, &dat->ks.ks
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_siv_hw.c 36 EVP_CIPHER *ecb = NULL; local
41 ecb = EVP_CIPHER_fetch(ctx->libctx, "AES-128-ECB", NULL);
44 ecb = EVP_CIPHER_fetch(ctx->libctx, "AES-192-ECB", NULL);
47 ecb = EVP_CIPHER_fetch(ctx->libctx, "AES-256-ECB", NULL);
55 if (!EVP_EncryptInit_ex2(ctx->ecb_ctx, ecb, ctx->key_gen_key, NULL, NULL))
92 if (!EVP_EncryptInit_ex2(ctx->ecb_ctx, ecb, ctx->msg_enc_key, NULL, NULL))
98 EVP_CIPHER_free(ecb);
    [all...]
  /src/sys/dev/sbus/
esp_sbus.c 710 struct ncr53c9x_ecb *ecb; local
729 for (ecb = TAILQ_FIRST(&sc->ready_list); ecb != NULL;
730 ecb = TAILQ_NEXT(ecb, chain)) {
731 db_printf("ecb %p ", ecb);
732 if (ecb == TAILQ_NEXT(ecb, chain)) {
733 db_printf("\nWARNING: tailq loop on ecb %p"
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_srtm.c 114 EVP_CIPHER *ecb = NULL; local
122 /* Use AES-128-ECB as a permutation over 128-bit SRTs. */
123 if ((ecb = EVP_CIPHER_fetch(libctx, "AES-128-ECB", propq)) == NULL)
129 if (!EVP_EncryptInit_ex2(srtm->blind_ctx, ecb, key, NULL, NULL))
132 EVP_CIPHER_free(ecb);
133 ecb = NULL;
148 EVP_CIPHER_free(ecb);
268 * We use AES-128-ECB as a permutation using a random key to facilitate
  /src/external/cddl/osnet/dev/dtrace/
dtrace_ioctl.c 485 dtrace_ecb_t *ecb; local
499 if ((ecb = dtrace_epid2ecb(state, epdesc.dtepd_epid)) == NULL) {
504 if (ecb->dte_probe == NULL) {
509 epdesc.dtepd_probeid = ecb->dte_probe->dtpr_id;
510 epdesc.dtepd_uarg = ecb->dte_uarg;
511 epdesc.dtepd_size = ecb->dte_size;
515 for (act = ecb->dte_action; act != NULL; act = act->dta_next) {
537 for (act = ecb->dte_action; act != NULL; act = act->dta_next) {
  /src/sys/dev/eisa/
ahb.c 108 * Offset of an ECB from the beginning of the ECB DMA mapping.
279 ahb_send_mbox(struct ahb_softc *sc, int opcode, struct ahb_ecb *ecb)
296 bus_space_write_4(iot, ioh, MBOXOUT0, ecb->ecb_dma_addr);
298 ecb->xs->xs_periph->periph_target);
300 if ((ecb->xs->xs_control & XS_CTL_POLL) == 0)
301 callout_reset(&ecb->xs->xs_callout,
302 mstohz(ecb->timeout), ahb_timeout, ecb);
309 ahb_send_immed(struct ahb_softc *sc, u_int32_t cmd, struct ahb_ecb *ecb)
345 struct ahb_ecb *ecb; local
468 struct ahb_ecb *ecb; local
494 struct ahb_ecb *ecb; local
514 struct ahb_ecb *ecb = sc->sc_ecbhash[hashnum]; local
792 struct ahb_ecb *ecb; local
994 struct ahb_ecb *ecb = arg; local
    [all...]
  /src/tests/lib/libdes/
t_des.c 523 ATF_TC_WITHOUT_HEAD(ecb); variable
524 ATF_TC_BODY(ecb, tc)
973 ATF_TP_ADD_TC(tp, ecb);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/
drbg_ctr.c 718 char *ecb; local
751 size_t ecb_str_len = sizeof("ECB") - 1;
763 if ((ecb = OPENSSL_strndup(base, p->data_size)) == NULL) {
767 strcpy(ecb + p->data_size - ecb_str_len, "ECB");
783 ctr->cipher_ecb = evp_cipher_fetch_from_prov(prov, ecb, NULL);
786 ctr->cipher_ecb = EVP_CIPHER_fetch(libctx, ecb, propquery);
790 OPENSSL_free(ecb);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
drbg_ctr.c 667 char *ecb; local
688 size_t ecb_str_len = sizeof("ECB") - 1;
697 if ((ecb = OPENSSL_strndup(base, p->data_size)) == NULL) {
701 strcpy(ecb + p->data_size - ecb_str_len, "ECB");
705 ctr->cipher_ecb = EVP_CIPHER_fetch(libctx, ecb, propquery);
706 OPENSSL_free(ecb);
  /src/sys/dev/ic/
ncr53c9x.c 447 struct ncr53c9x_ecb *ecb; local
454 ecb = sc->sc_nexus;
455 if (ecb != NULL) {
456 ecb->xs->error = result;
457 ncr53c9x_done(sc, ecb);
462 ecb = li->untagged;
463 if (ecb != NULL) {
472 ecb->xs->error = result;
473 ncr53c9x_done(sc, ecb);
476 ecb = li->queued[i]
835 struct ncr53c9x_ecb *ecb; local
863 struct ncr53c9x_ecb *ecb; local
1070 struct ncr53c9x_ecb *ecb; local
1446 struct ncr53c9x_ecb *ecb = NULL; local
1628 struct ncr53c9x_ecb *ecb; local
1912 struct ncr53c9x_ecb *ecb; local
2085 struct ncr53c9x_ecb *ecb; local
2901 struct ncr53c9x_ecb *ecb = arg; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 60 ecb128_f ecb; member in union:prov_cipher_ctx_st::__anon537
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 56 ecb128_f ecb; member in union:prov_cipher_ctx_st::__anon1592

Completed in 41 milliseconds