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

/osnet-11/usr/src/lib/libsoftcrypto/common/
H A Dcrypt.c48 UCRYPTO_SIGN, enumerator in enum:ucrypto_op
111 /* UCRYPTO_SIGN and UCRYPTO_VERIFY ops are invalid here */
112 if (op_type == UCRYPTO_SIGN || op_type == UCRYPTO_VERIFY) {
321 if (op_type == UCRYPTO_SIGN)
436 if (op_type == UCRYPTO_SIGN)
571 else if (op_type == UCRYPTO_SIGN)
754 iv, iv_len, UCRYPTO_SIGN));
761 NULL, NULL, UCRYPTO_SIGN));
768 UCRYPTO_SIGN));
777 data_str, data_len, sig_str, sig_len, UCRYPTO_SIGN));
[all...]

Completed in 1043 milliseconds