Searched defs:priv_key (Results 1 – 3 of 3) sorted by relevance
222 int ECDHComputeKey(void* out, const EC_POINT* pub_key, const EC_KEY* priv_key) { in ECDHComputeKey()239 size_t ECKEYMarshalPrivateKey(const EC_KEY* priv_key, uint8_t* buf, size_t len) { in ECKEYMarshalPrivateKey()
366 let priv_key = in generate_key_pair() localVariable
4985 priv_key: Vec<u8>, field4997 let priv_key: Vec<u8> = vec![0x05 * base_byte, 0x06 * base_byte]; in load_attestation_key_pool() localVariable