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

/linux-master/crypto/
H A Dalgapi.c911 struct crypto_attr_alg *alga; local
915 if (RTA_PAYLOAD(rta) < sizeof(*alga))
920 alga = RTA_DATA(rta);
921 alga->name[CRYPTO_MAX_ALG_NAME - 1] = 0;
923 return alga->name;

Completed in 152 milliseconds