HomeSort by relevance Sort by last modified time
    Searched defs:cipher_init (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
cipher.c 195 cipher_init(CipherContext *cc, Cipher *cipher, function
216 fatal("cipher_init: key length %d is insufficient for %s.",
219 fatal("cipher_init: iv length %d is insufficient for %s.",
234 fatal("cipher_init: EVP_CipherInit failed for %s",
238 debug("cipher_init: set keylen (%d -> %d)", klen, keylen);
240 fatal("cipher_init: set keylen failed (%d -> %d)",
244 fatal("cipher_init: EVP_CipherInit: set key failed for %s",
252 fatal("cipher_init: EVP_Cipher failed during discard");
291 cipher_init(cc, cipher, digest, 16, NULL, 0, encrypt);
  /onnv/onnv-gate/usr/src/lib/sasl_plugins/digestmd5/
digestmd5.c 268 cipher_init_t *cipher_init; member in struct:context
282 cipher_init_t *cipher_init; member in struct:digest_cipher
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/crypto/io/
crypto.c 86 static int cipher_init(dev_t, caddr_t, int, int (*)(crypto_provider_t,
2582 cipher_init(dev_t dev, caddr_t arg, int mode, int (*init)(crypto_provider_t, function
    [all...]

Completed in 180 milliseconds