Home
last modified time | relevance | path

Searched refs:pubk_template_len_max (Results 1 – 2 of 2) sorted by relevance

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/lib/
H A Dpkcs11_pubk.c1047 size_t pubk_template_len_max = (sizeof(pubktemplate)/sizeof(CK_ATTRIBUTE)); in _importpubk() local
1048 size_t pubk_template_len_min = pubk_template_len_max - 12; in _importpubk()
1070 for(i=0; i<numattrs && pubk_num_elems<pubk_template_len_max; i++) in _importpubk()
1191 size_t pubk_template_len_min = pubk_template_len_max - 12; in _importpubk()
1224 for(i=0; i<numattrs && pubk_num_elems<pubk_template_len_max; i++) in _importpubk()
1338 size_t pubk_template_len_min = pubk_template_len_max - 12; in _importpubk()
1366 for(i=0; i<numattrs && pubk_num_elems<pubk_template_len_max; i++) in _importpubk()
1473 size_t pubk_template_len_min = pubk_template_len_max - 12; in _importpubk()
1495 for(i=0; i<numattrs && pubk_num_elems<pubk_template_len_max; i++) in _importpubk()
1604 size_t pubk_template_len_min = pubk_template_len_max - 12; in _importpubk()
[all …]
H A Dpkcs11_keygen.c508 size_t pubk_template_len_max = (sizeof(pubktemplate)/sizeof(CK_ATTRIBUTE)); in pkcs11_genRSA() local
509 size_t pubk_template_len_min = pubk_template_len_max - 5; in pkcs11_genRSA()
580 for(i=0; i<numattrs && pubk_num_elems<pubk_template_len_max; i++) in pkcs11_genRSA()
739 size_t pubk_template_len_max = (sizeof(pubktemplate)/sizeof(CK_ATTRIBUTE)); in pkcs11_genEX() local
740 size_t pubk_template_len_min = pubk_template_len_max - 5; in pkcs11_genEX()
811 for(i=0; i<numattrs && pubk_num_elems<pubk_template_len_max; i++) in pkcs11_genEX()