Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dgcm.c200 static void gcm_hash_len_done(void *data, int err);
234 ahash_request_set_callback(ahreq, flags, gcm_hash_len_done, req); in gcm_hash_len()
249 static void gcm_hash_len_done(void *data, int err) in gcm_hash_len_done() function