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

  /src/crypto/external/bsd/openssh/dist/
cipher.h 66 u_int cipher_blocksize(const struct sshcipher *);
cipher.c 176 cipher_blocksize(const struct sshcipher *c) function
sshkey.c 1635 while (sshbuf_len(prvbuf) % cipher_blocksize(cipher)) {
1743 if (k->shielded_len < cipher_blocksize(cipher) ||
1744 (k->shielded_len % cipher_blocksize(cipher)) != 0) {
2812 blocksize = cipher_blocksize(cipher);
3042 blocksize = cipher_blocksize(cipher);
kex.c 814 enc->block_size = cipher_blocksize(enc->cipher);

Completed in 31 milliseconds