Searched refs:cipher_init (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 265 cipher_init_t *cipher_init; member 279 cipher_init_t *cipher_init; member 3323 text->cipher_init = cptr->cipher_init; 3455 if (text->cipher_init) { 3458 if ((result = text->cipher_init(text, enckey, deckey)) != SASL_OK) { 3465 if (text->cipher_init) 3466 if (text->cipher_init(text, enckey, deckey) != SASL_OK) { 3969 text->cipher_init = ctext->cipher->cipher_init; 4185 if (text->cipher_init) { 4188 if((result = text->cipher_init(text, enckey, deckey)) != SASL_OK) { [all …]
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 87 static int cipher_init(dev_t, caddr_t, int, int (*)(crypto_provider_t, 2538 return (cipher_init(dev, arg, mode, crypto_encrypt_init_prov)); in encrypt_init() 2545 return (cipher_init(dev, arg, mode, crypto_decrypt_init_prov)); in decrypt_init() 2638 cipher_init(dev_t dev, caddr_t arg, int mode, int (*init)(crypto_provider_t, in cipher_init() function
|