Searched refs:fix_len (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Devp_enc.c420 int fix_len; local
424 fix_len = M_do_cipher(ctx, out, in, inl);
425 if (fix_len < 0) {
429 *outl = fix_len;
447 fix_len = 1;
449 fix_len = 0;
465 if (fix_len)
/freebsd-10-stable/sys/dev/fatm/
H A Dif_fatmvar.h53 uint32_t fix_len; member in struct:istats
H A Dif_fatm.c1860 sc->istats.fix_len++;

Completed in 64 milliseconds