• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/

Lines Matching refs:key_len

34                            unsigned long key_len, const void *key)
36 mode->init(mode, ctx, key_len, key);
47 unsigned long key_len, const void *key, unsigned long in_len,
52 mode->init(mode, ctx, key_len, key);
94 unsigned long key_len, const void *key)
96 mode->init(mode, ctx, key_len, key);
114 unsigned long key_len, const void *key, const void *iv, unsigned long nblocks,
119 mode->init(mode, ctx, key_len, key);
146 unsigned long key_len, const void *key, const void *iv)
148 mode->init(mode, ctx, key_len, key, iv);
158 unsigned long key_len, const void *key, const void *iv,
162 mode->init(mode, ctx, key_len, key, iv);
185 unsigned long key_len, const void *key, const void *iv)
187 mode->init(mode, ctx, key_len, key, iv);
197 unsigned long key_len, const void *key, const void *iv,
201 mode->init(mode, ctx, key_len, key, iv);
228 unsigned long key_len, const void *key, const void *iv)
230 mode->init(mode, ctx, key_len, key, iv);
241 unsigned long key_len, const void *key, const void *iv,
246 mode->init(mode, ctx, key_len, key, iv);
270 unsigned long key_len, const void *key, const void *iv)
272 mode->init(mode, ctx, key_len, key, iv);
282 unsigned long key_len, const void *key, const void *iv,
286 mode->init(mode, ctx, key_len, key, iv);
329 unsigned long key_len, const void *key, const void *tweak_key)
331 mode->init(mode, ctx, key_len, key, tweak_key);
346 unsigned long key_len, const void *key, const void *tweak_key,
352 mode->init(mode, ctx, key_len, key, tweak_key);
377 unsigned long key_len, const void *key)
379 mode->init(mode, ctx, key_len, key);
412 unsigned long key_len, const void *key,
419 mode->init(mode, ctx, key_len, key);
446 unsigned long tweak_len, unsigned long key_len, const void *key)
448 return mode->init(mode, ctx, tweak_len, key_len, key);
458 unsigned long tweak_len, unsigned long key_len, const void *key,
462 mode->init(mode, ctx, tweak_len, key_len, key);