Home | History | Annotate | Download | only in include

Lines Matching defs:id

77   cipher_type_id_t  id;
87 auth_type_id_t id;
180 crypto_kernel_load_cipher_type(cipher_type_t *ct, cipher_type_id_t id);
183 crypto_kernel_load_auth_type(auth_type_t *ct, auth_type_id_t id);
189 * crypto_kernel_alloc_cipher(id, cp, key_len);
191 * allocates a cipher of type id at location *cp, with key length
196 * err_status_fail couldn't find cipher with identifier 'id'
200 crypto_kernel_alloc_cipher(cipher_type_id_t id,
205 * crypto_kernel_alloc_auth(id, ap, key_len, tag_len);
207 * allocates an auth function of type id at location *ap, with key
213 * err_status_fail couldn't find auth with identifier 'id'
217 crypto_kernel_alloc_auth(auth_type_id_t id,