Searched defs:res (Results 1 - 2 of 2) sorted by relevance
| /solaris-userland/components/proftpd/ |
| H A D | mod_solaris_priv.c | 152 int res = -1; local 224 res = setppriv(PRIV_SET, PRIV_PERMITTED, p); 225 res = setppriv(PRIV_SET, PRIV_EFFECTIVE, p); 244 if (res != -1) {
|
| /solaris-userland/components/openssl/openssl-fips/inline-t4/ |
| H A D | e_aes.c | 1495 size_t res = (16 - gctx->gcm.mres) % 16; local 1497 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, res)) 1500 bulk = AES_gcm_encrypt(in + res, 1501 out + res, len - res, 1505 bulk += res; 1517 size_t res = (16 - gctx->gcm.mres) % 16; local 1519 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, res)) 1522 bulk = AES_gcm_encrypt(in + res, 1523 out + res, le 1539 size_t res = (16 - gctx->gcm.mres) % 16; local 1561 size_t res = (16 - gctx->gcm.mres) % 16; local [all...] |
Completed in 24 milliseconds