Home
last modified time | relevance | path

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

/crypto/asymmetric_keys/
Dasymmetric_type.c499 key_serial_t serial; in asymmetric_lookup_restriction() local
515 if (kstrtos32(key_text, 0, &serial) < 0) in asymmetric_lookup_restriction()
518 if ((serial == 0) && allow_null_key) { in asymmetric_lookup_restriction()
521 key = key_lookup(serial); in asymmetric_lookup_restriction()
/crypto/
Dpcrypt.c97 padata->serial = pcrypt_aead_serial; in pcrypt_aead_encrypt()
139 padata->serial = pcrypt_aead_serial; in pcrypt_aead_decrypt()