Searched defs:size_n (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c493 unsigned long size_n, unsigned char *n)
521 pub_key.pubKey.keyLength = size_n;
684 int size_n,
695 key_size = util_get_keysize_flag(size_n * 8);
709 result = set_public_modulus(hContext, *phKey, size_n, n);
492 set_public_modulus(TSS_HCONTEXT hContext, TSS_HKEY hKey, unsigned long size_n, unsigned char *n) argument
682 token_wrap_sw_key( TSS_HCONTEXT hContext, int size_n, unsigned char *n, int size_p, unsigned char *p, TSS_HKEY hParentKey, TSS_FLAG initFlags, TSS_HKEY *phKey) argument

Completed in 29 milliseconds