Home
last modified time | relevance | path

Searched refs:OP_INIT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSoftCommon.c54 if (!(opflag & OP_INIT)) { in do_soft_digest()
70 } else if (opflag & OP_INIT) { in do_soft_digest()
74 if (opflag & OP_INIT) { in do_soft_digest()
122 } else if (opflag & OP_INIT) { in do_soft_hmac_init()
H A DkernelEmulate.c128 opflag |= OP_INIT; in emulate_init()
211 NULL, NULL, OP_INIT); in emulate_update()
H A DkernelSoftCommon.h37 #define OP_INIT 0x01 macro
H A DkernelDigest.c220 OP_INIT | OP_SINGLE); in C_Digest()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_err.h4 #define OP_INIT 1 macro