Home
last modified time | relevance | path

Searched refs:_alg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm-sysfs.c409 #define _TPM_HELPER(_alg, _hash, F) \ argument
410 F(_alg, _hash, 0) \
411 F(_alg, _hash, 1) \
412 F(_alg, _hash, 2) \
413 F(_alg, _hash, 3) \
414 F(_alg, _hash, 4) \
415 F(_alg, _hash, 5) \
416 F(_alg, _hash, 6) \
417 F(_alg, _hash, 7) \
418 F(_alg, _hash, 8) \
[all …]
/linux/tools/crypto/tcrypt/
H A Dtcrypt_speed_compare.py99 _alg, _op = parse_title(line)
100 if _alg:
101 alg, op = _alg, _op
/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_hci.h773 #define FUN_ADMIN_RSS_CREATE_REQ_INIT(_subop, _flags, _id, _viid, _alg, \ argument
779 .alg = _alg, .keylen = _keylen, .indir_nent = _indir_nent, \