Home
last modified time | relevance | path

Searched refs:ptype (Results 1 – 2 of 2) sorted by relevance

/crypto/
Daead.c402 } ptype; in crypto_nivaead_default() local
424 ptype.attr.rta_len = sizeof(ptype); in crypto_nivaead_default()
425 ptype.attr.rta_type = CRYPTOA_TYPE; in crypto_nivaead_default()
426 ptype.data.type = type | CRYPTO_ALG_GENIV; in crypto_nivaead_default()
428 ptype.data.mask = mask | CRYPTO_ALG_GENIV; in crypto_nivaead_default()
429 tb[0] = &ptype.attr; in crypto_nivaead_default()
Dablkcipher.c535 } ptype; in crypto_givcipher_default() local
558 ptype.attr.rta_len = sizeof(ptype); in crypto_givcipher_default()
559 ptype.attr.rta_type = CRYPTOA_TYPE; in crypto_givcipher_default()
560 ptype.data.type = type | CRYPTO_ALG_GENIV; in crypto_givcipher_default()
562 ptype.data.mask = mask | CRYPTO_ALG_GENIV; in crypto_givcipher_default()
563 tb[0] = &ptype.attr; in crypto_givcipher_default()