OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keyTemplate
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
pkcs11ecdsa_link.c
162
CK_ATTRIBUTE
keyTemplate
[] = {
218
INSIST(
keyTemplate
[5].type == attr->type);
219
keyTemplate
[5].pValue = isc_mem_get(dctx->mctx,
221
memmove(
keyTemplate
[5].pValue, attr->pValue,
223
keyTemplate
[5].ulValueLen = attr->ulValueLen;
226
INSIST(
keyTemplate
[6].type == attr->type);
227
keyTemplate
[6].pValue = isc_mem_get(dctx->mctx,
229
memmove(
keyTemplate
[6].pValue, attr->pValue,
231
keyTemplate
[6].ulValueLen = attr->ulValueLen;
238
(pk11_ctx->session,
keyTemplate
, (CK_ULONG)7, &hKey)
[
all
...]
pkcs11eddsa_link.c
123
CK_ATTRIBUTE
keyTemplate
[] = {
187
INSIST(
keyTemplate
[5].type == attr->type);
188
keyTemplate
[5].pValue = isc_mem_get(dctx->mctx,
190
memmove(
keyTemplate
[5].pValue, attr->pValue,
192
keyTemplate
[5].ulValueLen = attr->ulValueLen;
195
INSIST(
keyTemplate
[6].type == attr->type);
196
keyTemplate
[6].pValue = isc_mem_get(dctx->mctx,
198
memmove(
keyTemplate
[6].pValue, attr->pValue,
200
keyTemplate
[6].ulValueLen = attr->ulValueLen;
207
(pk11_ctx->session,
keyTemplate
, (CK_ULONG)7, &hKey)
[
all
...]
pkcs11rsa_link.c
64
CK_ATTRIBUTE
keyTemplate
[] = {
148
INSIST(
keyTemplate
[6].type == attr->type);
149
keyTemplate
[6].pValue = isc_mem_get(dctx->mctx,
151
memmove(
keyTemplate
[6].pValue, attr->pValue,
153
keyTemplate
[6].ulValueLen = attr->ulValueLen;
156
INSIST(
keyTemplate
[7].type == attr->type);
157
keyTemplate
[7].pValue = isc_mem_get(dctx->mctx,
159
memmove(
keyTemplate
[7].pValue, attr->pValue,
161
keyTemplate
[7].ulValueLen = attr->ulValueLen;
164
INSIST(
keyTemplate
[8].type == attr->type)
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026