Searched refs:cipher_init (Results 1 – 2 of 2) sorted by relevance
| /titanic_53/usr/src/lib/sasl_plugins/digestmd5/ |
| H A D | digestmd5.c | 264 cipher_init_t *cipher_init; member 278 cipher_init_t *cipher_init; member 3322 text->cipher_init = cptr->cipher_init; 3454 if (text->cipher_init) { 3457 if ((result = text->cipher_init(text, enckey, deckey)) != SASL_OK) { 3464 if (text->cipher_init) 3465 if (text->cipher_init(text, enckey, deckey) != SASL_OK) { 3968 text->cipher_init = ctext->cipher->cipher_init; 4184 if (text->cipher_init) { 4187 if((result = text->cipher_init(text, enckey, deckey)) != SASL_OK) { [all …]
|
| /titanic_53/usr/src/uts/common/crypto/io/ |
| H A D | crypto.c | 85 static int cipher_init(dev_t, caddr_t, int, int (*)(crypto_provider_t, 2502 return (cipher_init(dev, arg, mode, crypto_encrypt_init_prov)); in encrypt_init() 2509 return (cipher_init(dev, arg, mode, crypto_decrypt_init_prov)); in decrypt_init() 2602 cipher_init(dev_t dev, caddr_t arg, int mode, int (*init)(crypto_provider_t, in cipher_init() function
|