OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cert_attr
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
ssh-pkcs11.c
1202
CK_ATTRIBUTE
cert_attr
[3];
local
1220
memset(&
cert_attr
, 0, sizeof(
cert_attr
));
1221
cert_attr
[0].type = CKA_ID;
1222
cert_attr
[1].type = CKA_SUBJECT;
1223
cert_attr
[2].type = CKA_VALUE;
1229
rv = f->C_GetAttributeValue(session, *obj,
cert_attr
, 3);
1240
if (
cert_attr
[1].ulValueLen == 0 ||
1241
cert_attr
[2].ulValueLen == 0) {
1248
if (
cert_attr
[i].ulValueLen > 0
[
all
...]
ssh-pkcs11.c
1202
CK_ATTRIBUTE
cert_attr
[3];
local
1220
memset(&
cert_attr
, 0, sizeof(
cert_attr
));
1221
cert_attr
[0].type = CKA_ID;
1222
cert_attr
[1].type = CKA_SUBJECT;
1223
cert_attr
[2].type = CKA_VALUE;
1229
rv = f->C_GetAttributeValue(session, *obj,
cert_attr
, 3);
1240
if (
cert_attr
[1].ulValueLen == 0 ||
1241
cert_attr
[2].ulValueLen == 0) {
1248
if (
cert_attr
[i].ulValueLen > 0
[
all
...]
ssh-pkcs11.c
1202
CK_ATTRIBUTE
cert_attr
[3];
local
1220
memset(&
cert_attr
, 0, sizeof(
cert_attr
));
1221
cert_attr
[0].type = CKA_ID;
1222
cert_attr
[1].type = CKA_SUBJECT;
1223
cert_attr
[2].type = CKA_VALUE;
1229
rv = f->C_GetAttributeValue(session, *obj,
cert_attr
, 3);
1240
if (
cert_attr
[1].ulValueLen == 0 ||
1241
cert_attr
[2].ulValueLen == 0) {
1248
if (
cert_attr
[i].ulValueLen > 0
[
all
...]
Completed in 42 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026