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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dapi.c280 const struct crypto_type *type_obj = tfm->__crt_alg->cra_type; local
282 if (type_obj)
283 return type_obj->init(tfm, type, mask);
326 const struct crypto_type *type_obj = alg->cra_type; local
330 if (type_obj)
331 return len + type_obj->ctxsize(alg, type, mask);

Completed in 47 milliseconds