HomeSort by: relevance | last modified time | path
    Searched refs:s390x (Results 1 - 25 of 263) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/crypto/external/apache2/openssl/dist/crypto/hmac/
hmac_s390x.c 47 unsigned int fc = ctx->plat.s390x.fc;
49 if (ctx->plat.s390x.ikp)
52 if (ctx->plat.s390x.iimp)
55 switch (ctx->plat.s390x.fc) {
58 ctx->plat.s390x.param.hmac_224_256.imbl += ((uint64_t)len * 8);
62 ctx->plat.s390x.param.hmac_384_512.imbl += ((uint128_t)len * 8);
68 s390x_kmac(in, len, fc, &ctx->plat.s390x.param);
70 ctx->plat.s390x.ikp = 1;
103 ctx->plat.s390x.fc = s390x_fc_from_md(ctx->md);
104 if (ctx->plat.s390x.fc == 0
    [all...]
hmac_local.h 51 } s390x; member in union:hmac_ctx_st::__anon304
hmac.c 122 if (ctx->plat.s390x.fc)
138 if (ctx->plat.s390x.fc)
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_ccm_hw_s390x.inc 11 * S390X support for AES CCM.
22 sctx->ccm.s390x.fc = S390X_AES_FC(keylen);
23 memcpy(&sctx->ccm.s390x.kmac.k, key, keylen);
25 sctx->ccm.s390x.nonce.b[0] = ((ctx->l - 1) & 0x7)
27 memset(sctx->ccm.s390x.nonce.b + 1, 0, sizeof(sctx->ccm.s390x.nonce.b));
28 sctx->ccm.s390x.blocks = 0;
39 sctx->ccm.s390x.nonce.b[0] &= ~S390X_CCM_AAD_FLAG;
40 sctx->ccm.s390x.nonce.g[1] = mlen;
41 memcpy(sctx->ccm.s390x.nonce.b + 1, nonce, 15 - ctx->l)
    [all...]
cipher_aes_hw_s390x.inc 11 * IBM S390X support for AES modes ecb, cbc, ofb, cfb, ctr.
38 adat->plat.s390x.fc = S390X_AES_FC(keylen);
39 memcpy(adat->plat.s390x.param.km.k, key, keylen);
49 s390x_km(in, len, out, adat->plat.s390x.fc | modifier,
50 &adat->plat.s390x.param.km);
59 memcpy(adat->plat.s390x.param.kmo_kmf.k, key, keylen);
60 adat->plat.s390x.fc = S390X_AES_FC(keylen);
71 memcpy(adat->plat.s390x.param.kmo_kmf.cv, dat->iv, dat->ivlen);
73 *out = *in ^ adat->plat.s390x.param.kmo_kmf.cv[n];
84 s390x_kmo(in, len, out, adat->plat.s390x.fc
    [all...]
cipher_aes_gcm_hw_s390x.inc 11 * IBM S390X support for AES GCM.
21 #define S390X_gcm_fc(A,C) ((A)->plat.s390x.fc | (A)->plat.s390x.hsflag |\
30 memcpy(&actx->plat.s390x.param.kma.k, key, keylen);
31 actx->plat.s390x.fc = S390X_AES_FC(keylen);
39 S390X_KMA_PARAMS *kma = &actx->plat.s390x.param.kma;
45 actx->plat.s390x.mreslen = 0;
46 actx->plat.s390x.areslen = 0;
47 actx->plat.s390x.kreslen = 0;
53 actx->plat.s390x.hsflag = 0
    [all...]
cipher_aes_ccm.h 20 * Padding is chosen so that s390x.kmac.k overlaps with ks.ks and
21 * fc with ks.ks.rounds. Remember that on s390x, an AES_KEY's
43 } s390x; member in union:prov_aes_ccm_ctx_st::__anon483
cipher_aes_gcm.h 40 } s390x; member in union:prov_aes_gcm_ctx_st::__anon489
cipher_aes_xts_s390x.inc 23 S390X_KM_XTS_PARAMS *km = &xctx->plat.s390x.param.km;
49 xctx->plat.s390x.iv_set = 1;
61 xctx->plat.s390x.key_set = 1;
64 xctx->plat.s390x.fc = fc | dec;
65 xctx->plat.s390x.offset = offs;
73 xctx->plat.s390x.fc = 0;
74 xctx->plat.s390x.offset = 0;
109 S390X_KM_XTS_PARAMS *km = &xctx->plat.s390x.param.km;
110 unsigned char *param = (unsigned char *)km + xctx->plat.s390x.offset;
111 unsigned int fc = xctx->plat.s390x.fc
    [all...]
cipher_aes.h 47 } s390x; member in union:prov_aes_ctx_st::__anon465
cipher_aes_xts.h 55 } s390x; member in union:prov_aes_xts_ctx_st::__anon498
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_ccm_hw_s390x.inc 11 * S390X support for AES CCM.
22 sctx->ccm.s390x.fc = S390X_AES_FC(keylen);
23 memcpy(&sctx->ccm.s390x.kmac.k, key, keylen);
25 sctx->ccm.s390x.nonce.b[0] = ((ctx->l - 1) & 0x7)
27 memset(sctx->ccm.s390x.nonce.b + 1, 0, sizeof(sctx->ccm.s390x.nonce.b));
28 sctx->ccm.s390x.blocks = 0;
39 sctx->ccm.s390x.nonce.b[0] &= ~S390X_CCM_AAD_FLAG;
40 sctx->ccm.s390x.nonce.g[1] = mlen;
41 memcpy(sctx->ccm.s390x.nonce.b + 1, nonce, 15 - ctx->l)
    [all...]
cipher_aes_hw_s390x.inc 11 * IBM S390X support for AES modes ecb, cbc, ofb, cfb, ctr.
38 adat->plat.s390x.fc = S390X_AES_FC(keylen);
39 memcpy(adat->plat.s390x.param.km.k, key, keylen);
49 s390x_km(in, len, out, adat->plat.s390x.fc | modifier,
50 &adat->plat.s390x.param.km);
59 memcpy(adat->plat.s390x.param.kmo_kmf.k, key, keylen);
60 adat->plat.s390x.fc = S390X_AES_FC(keylen);
71 memcpy(adat->plat.s390x.param.kmo_kmf.cv, dat->iv, dat->ivlen);
73 *out = *in ^ adat->plat.s390x.param.kmo_kmf.cv[n];
84 s390x_kmo(in, len, out, adat->plat.s390x.fc
    [all...]
cipher_aes_gcm_hw_s390x.inc 11 * IBM S390X support for AES GCM.
21 #define S390X_gcm_fc(A,C) ((A)->plat.s390x.fc | (A)->plat.s390x.hsflag |\
30 memcpy(&actx->plat.s390x.param.kma.k, key, keylen);
31 actx->plat.s390x.fc = S390X_AES_FC(keylen);
39 S390X_KMA_PARAMS *kma = &actx->plat.s390x.param.kma;
45 actx->plat.s390x.mreslen = 0;
46 actx->plat.s390x.areslen = 0;
47 actx->plat.s390x.kreslen = 0;
53 actx->plat.s390x.hsflag = 0
    [all...]
cipher_aes_ccm.h 20 * Padding is chosen so that s390x.kmac.k overlaps with ks.ks and
21 * fc with ks.ks.rounds. Remember that on s390x, an AES_KEY's
43 } s390x; member in union:prov_aes_ccm_ctx_st::__anon1552
cipher_aes_gcm.h 40 } s390x; member in union:prov_aes_gcm_ctx_st::__anon1558
cipher_aes.h 47 } s390x; member in union:prov_aes_ctx_st::__anon1534
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-icc-opaque.exp 37 if { [istarget s390x-*-*] && [is_lp64_target] } {
39 # which is represented as @mode32 on s390x.
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-icc-opaque.exp 37 if { [istarget s390x-*-*] && [is_lp64_target] } {
39 # which is represented as @mode32 on s390x.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
s390-tdbregs.exp 21 require {is_any_target s390-*-* s390x-*-*}
s390-multiarch.exp 26 require isnative {istarget s390x-*-*}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
s390-tdbregs.exp 21 require {is_any_target s390-*-* s390x-*-*}
s390-multiarch.exp 26 require isnative {istarget s390x-*-*}
  /src/external/gpl3/gdb.old/dist/gdb/features/
Makefile 62 s390-linux32 s390-linux64 s390x-linux64 \
63 s390-linux32v1 s390-linux64v1 s390x-linux64v1 \
64 s390-linux32v2 s390-linux64v2 s390x-linux64v2 \
65 s390-te-linux64 s390x-te-linux64 s390-vx-linux64 s390x-vx-linux64 \
66 s390-tevx-linux64 s390x-tevx-linux64 \
67 s390-gs-linux64 s390x-gs-linux64 \
87 s390x-expedite = r14,r15,pswa
156 s390x-linux64.xml \
157 s390x-linux64v1.xml
    [all...]
  /src/external/gpl3/gdb/dist/gdb/features/
Makefile 63 s390-linux32 s390-linux64 s390x-linux64 \
64 s390-linux32v1 s390-linux64v1 s390x-linux64v1 \
65 s390-linux32v2 s390-linux64v2 s390x-linux64v2 \
66 s390-te-linux64 s390x-te-linux64 s390-vx-linux64 s390x-vx-linux64 \
67 s390-tevx-linux64 s390x-tevx-linux64 \
68 s390-gs-linux64 s390x-gs-linux64 \
89 s390x-expedite = r14,r15,pswa
159 s390x-linux64.xml \
160 s390x-linux64v1.xml
    [all...]

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011