Searched refs:tss_alloc (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_daa.c | 40 static void *tss_alloc( size_t size, TSS_HOBJECT hContext) { in tss_alloc() function 215 *publicKeyProof = i_2_e_TSS_DAA_PK_PROOF( key_proof->proof, &tss_alloc, hContext); 217 tss_daa_key_pair = (TSS_DAA_KEY_PAIR *)tss_alloc( sizeof(TSS_DAA_KEY_PAIR), hContext); 224 &tss_alloc, 227 &tss_alloc, 268 *publicKeyProof = i_2_e_TSS_DAA_PK_PROOF( key_proof->proof, &tss_alloc, tspContext); in Tspi_DAA_Issuer_GenerateKey() 270 tss_daa_key_pair = (TSS_DAA_KEY_PAIR *)tss_alloc( sizeof(TSS_DAA_KEY_PAIR), tspContext); in Tspi_DAA_Issuer_GenerateKey() 277 &tss_alloc, in Tspi_DAA_Issuer_GenerateKey() 280 &tss_alloc, in Tspi_DAA_Issuer_GenerateKey()
|
/netbsd-src/sys/arch/x86/include/ |
H A D | gdt.h | 44 int tss_alloc(struct x86_64_tss *); 47 int tss_alloc(const struct i386tss *);
|
/netbsd-src/sys/arch/i386/i386/ |
H A D | gdt.c | 282 tss_alloc(const struct i386tss *tss) in tss_alloc() function
|
H A D | machdep.c | 619 ci->ci_tss_sel = tss_alloc(&cputss->tss); in cpu_init_tss()
|
/netbsd-src/sys/arch/amd64/amd64/ |
H A D | gdt.c | 252 tss_alloc(struct x86_64_tss *tss) in tss_alloc() function
|
H A D | machdep.c | 555 ci->ci_tss_sel = tss_alloc(&cputss->tss); in cpu_init_tss()
|