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
1202
typedef CK_BYTE *CK_BYTE_PTR;
crypto/openssh/ssh-pkcs11.c
1343
char *label, CK_ULONG bits, CK_BYTE keyid, u_int32_t *err)
crypto/openssh/ssh-pkcs11.c
1357
CK_BYTE pubExponent[] = {
crypto/openssh/ssh-pkcs11.c
1463
char *label, CK_ULONG bits, CK_BYTE keyid, u_int32_t *err)
crypto/openssh/ssh-pkcs11.c
447
rv = f->C_Sign(si->session, (CK_BYTE *)from, flen, to, &tlen);
crypto/openssh/ssh-pkcs11.c
544
rv = f->C_Sign(si->session, (CK_BYTE *)dgst, dgst_len, sig, &siglen);