Home
last modified time | relevance | path

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

/crypto/asymmetric_keys/
Dasymmetric_type.c501 key_serial_t serial; in asymmetric_lookup_restriction() local
517 if (kstrtos32(key_text, 0, &serial) < 0) in asymmetric_lookup_restriction()
520 if ((serial == 0) && allow_null_key) { in asymmetric_lookup_restriction()
523 key = key_lookup(serial); in asymmetric_lookup_restriction()
/crypto/
Dpcrypt.c108 padata->serial = pcrypt_aead_serial; in pcrypt_aead_encrypt()
157 padata->serial = pcrypt_aead_serial; in pcrypt_aead_decrypt()