/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_alg.h | 27 __u32 ivlen; member in struct:af_alg_iv
|
/bionic/libc/kernel/uapi/linux/ |
if_alg.h | 30 __u32 ivlen; member in struct:af_alg_iv
|
/external/iproute2/include/uapi/linux/ |
if_alg.h | 28 __u32 ivlen; member in struct:af_alg_iv
|
/external/kernel-headers/original/uapi/linux/ |
if_alg.h | 28 __u32 ivlen; member in struct:af_alg_iv
|
/external/wpa_supplicant_8/src/crypto/ |
crypto_gnutls.c | 205 int ivlen; local 264 ivlen = gcry_cipher_get_algo_blklen(a); 265 if (gcry_cipher_setiv(ctx->enc, iv, ivlen) != GPG_ERR_NO_ERROR || 266 gcry_cipher_setiv(ctx->dec, iv, ivlen) != GPG_ERR_NO_ERROR) {
|
/external/boringssl/src/crypto/fipsmodule/cipher/ |
e_aes.c | 94 int ivlen; // IV length member in struct:__anon14310 412 CRYPTO_gcm128_setiv(&gctx->gcm, &gctx->ks.ks, iv, gctx->ivlen); 419 CRYPTO_gcm128_setiv(&gctx->gcm, &gctx->ks.ks, iv, gctx->ivlen); 421 OPENSSL_memcpy(gctx->iv, iv, gctx->ivlen); 459 gctx->ivlen = c->cipher->iv_len; 471 if (arg > EVP_MAX_IV_LENGTH && arg > gctx->ivlen) { 480 gctx->ivlen = arg; 501 OPENSSL_memcpy(gctx->iv, ptr, gctx->ivlen); 507 if (arg < 4 || (gctx->ivlen - arg) < 8) { 513 if (c->encrypt && !RAND_bytes(gctx->iv + arg, gctx->ivlen - arg)) [all...] |
/external/tcpdump/ |
print-esp.c | 114 int ivlen; member in struct:sa_list 218 buf = buf + sa->ivlen; 369 sa->ivlen = 0; 375 sa->ivlen = EVP_CIPHER_iv_length(evp); 659 int ivlen = 0; local 765 ivlen = sa->ivlen; 777 len = ep - (p + ivlen); 794 EVP_Cipher(ctx, output_buffer, p + ivlen, len); 801 memcpy(p + ivlen, output_buffer, len) [all...] |
/hardware/qcom/msm8996/kernel-headers/linux/ |
qcedev.h | 114 uint32_t ivlen; member in struct:qcedev_cipher_op_req
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
qcedev.h | 153 * @ivlen (IN): Length of the IV 192 uint32_t ivlen; member in struct:qcedev_cipher_op_req
|
/hardware/qcom/msm8x09/kernel-headers/linux/ |
qcedev.h | 114 uint32_t ivlen; member in struct:qcedev_cipher_op_req
|
/hardware/qcom/msm8x09/original-kernel-headers/linux/ |
qcedev.h | 153 * @ivlen (IN): Length of the IV 192 uint32_t ivlen; member in struct:qcedev_cipher_op_req
|