Symbol: CK_BYTE
crypto/heimdal/lib/hx509/ks_p11.c
155
(session, (CK_BYTE *)(intptr_t)from, flen, to, &ck_sigsize));
crypto/heimdal/lib/hx509/ks_p11.c
193
(session, (CK_BYTE *)(intptr_t)from, flen, to, &ck_sigsize));
crypto/heimdal/lib/hx509/ref/pkcs11.h
1202
typedef CK_BYTE *CK_BYTE_PTR;
crypto/heimdal/lib/hx509/softp11.c
371
CK_BYTE *modulus = NULL;
crypto/heimdal/lib/hx509/softp11.c
374
CK_BYTE *exponent = NULL;
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
164
ret = (*func->C_Sign)(session, (CK_BYTE *)sighash, strlen(sighash),
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
165
(CK_BYTE *)signature, &ck_sigsize);
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
175
ret = (*func->C_Verify)(session, (CK_BYTE *)signature, ck_sigsize,
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
176
(CK_BYTE *)sighash, strlen(sighash));
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
197
ret = (*func->C_Encrypt)(session, (CK_BYTE *)sighash, strlen(sighash),
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
198
(CK_BYTE *)signature, &ck_sigsize);
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
209
ret = (*func->C_Decrypt)(session, (CK_BYTE *)signature, ck_sigsize,
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
210
(CK_BYTE *)outdata, &outsize);
crypto/krb5/src/plugins/preauth/pkinit/pkcs11.h
1199
typedef CK_BYTE *CK_BYTE_PTR;
crypto/openssh/pkcs11.h
1716
typedef CK_BYTE *CK_BYTE_PTR;
crypto/openssh/ssh-pkcs11.c
1652
char *label, CK_ULONG bits, CK_BYTE keyid, uint32_t *err)
crypto/openssh/ssh-pkcs11.c
1666
CK_BYTE pubExponent[] = {
crypto/openssh/ssh-pkcs11.c
1772
char *label, CK_ULONG bits, CK_BYTE keyid, uint32_t *err)
crypto/openssh/ssh-pkcs11.c
598
if ((rv = f->C_Sign(si->session, (CK_BYTE *)oid_dgst,
crypto/openssh/ssh-pkcs11.c
680
rv = f->C_Sign(si->session, (CK_BYTE *)dgst, dgst_len, sig, &slen);
crypto/openssh/ssh-pkcs11.c
725
CK_BYTE *xdata = NULL;