HomeSort by: relevance | last modified time | path
    Searched defs:keyLen (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/
hash.c 117 size_t keyLen = Substring_Length(key);
121 t, h, (int)keyLen, key.start);
126 strncmp(he->key, key.start, keyLen) == 0 &&
127 he->key[keyLen] == '\0')
hash.c 117 size_t keyLen = Substring_Length(key);
121 t, h, (int)keyLen, key.start);
126 strncmp(he->key, key.start, keyLen) == 0 &&
127 he->key[keyLen] == '\0')
  /src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h 55 int keyLen; /* Length of the key */
84 int rijndael_makeKey(keyInstance *key, u_int8_t direction, int keyLen, char *keyMaterial);
rijndael-api-fst.h 55 int keyLen; /* Length of the key */
84 int rijndael_makeKey(keyInstance *key, u_int8_t direction, int keyLen, char *keyMaterial);

Completed in 44 milliseconds