Searched refs:kres (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm.h35 unsigned char kres[16]; member in struct:prov_aes_gcm_ctx_st::__anon4122::__anon4123
H A Dcipher_aes_gcm_hw_s390x.inc282 s390x_km(buf.b, 16, actx->plat.s390x.kres,
289 out[i] = in[i] ^ actx->plat.s390x.kres[n + i];
/freebsd-current/lib/libc/rpc/
H A Dkey_call.c116 struct key_netstres kres; local
118 memset((void*)&kres, 0, sizeof (kres));
120 (xdrproc_t)xdr_key_netstres, &kres) &&
121 (kres.status == KEY_SUCCESS) &&
122 (kres.key_netstres_u.knet.st_priv_key[0] != 0)) {
124 memset(kres.key_netstres_u.knet.st_priv_key, 0, HEXKEYBYTES);
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c2059 int kres, secs; local
2117 kres = system(tmp);
2118 if (kres) {
2120 tmp, kres);
2126 kres = kill(swork->sw_pid, swork->sw_signum);
2127 if (kres != 0) {
/freebsd-current/crypto/openssl/crypto/evp/
H A De_aes.c892 unsigned char kres[16]; member in struct:__anon34
1294 s390x_km(buf.b, 16, ctx->kres, ctx->fc & 0x1f, &ctx->kma.param.k);
1300 out[i] = in[i] ^ ctx->kres[n + i];

Completed in 154 milliseconds