Searched refs:secret_type (Results 1 – 1 of 1) sorted by relevance
40 u16 secret_type; /* one of enum uv_secret_types from uv.h */ member59 switch (t->secret_type) { in is_uv_key()108 u16 *secret_type, u8 *buf, u32 *buflen) in retrieve_secret() argument125 *secret_type = secret_meta_data.type; in retrieve_secret()135 switch (secret_type) { in uv_get_size_and_type()199 u16 secret_type; in uv_key2protkey() local202 rc = uv_get_size_and_type(t->secret_type, &pkeysize, &pkeytype); in uv_key2protkey()219 if (secret_type != t->secret_type) { in uv_key2protkey()221 __func__, secret_type, t->secret_type); in uv_key2protkey()245 rc = uv_get_size_and_type(t->secret_type, &pkeysize, &pkeytype); in uv_verifykey()[all …]
Completed in 3 milliseconds