Searched refs:UCRYPTO_ENCRYPT (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsoftcrypto/common/
H A Dcrypt.c46 UCRYPTO_ENCRYPT, enumerator in enum:ucrypto_op
119 (op_type == UCRYPTO_ENCRYPT) ? B_TRUE : B_FALSE);
130 /* UCRYPTO_ENCRYPT and UCRYPTO_DECRYPT ops are invalid here */
131 if (op_type == UCRYPTO_ENCRYPT || op_type == UCRYPTO_DECRYPT) {
300 if (op_type == UCRYPTO_ENCRYPT)
378 if (op_type == UCRYPTO_ENCRYPT && uctx->blocksize != 0) {
411 if (op_type == UCRYPTO_ENCRYPT)
481 if (op_type == UCRYPTO_ENCRYPT) {
526 if (op_type == UCRYPTO_ENCRYPT && padded != NULL) {
547 if (op_type == UCRYPTO_ENCRYPT)
[all...]

Completed in 22 milliseconds