Searched refs:auth_key (Results 1 – 4 of 4) sorted by relevance
126 auth_key = x509.AuthorityKeyIdentifier.from_issuer_public_key(public_key)128 builder = builder.add_extension(auth_key, critical=False)190 auth_key = x509.AuthorityKeyIdentifier.from_issuer_public_key(public_key)191 builder = builder.add_extension(auth_key, critical=False)556 auth_key = x509.AuthorityKeyIdentifier.from_issuer_public_key(public_key)557 builder = builder.add_extension(auth_key, critical=False)
84 uint8_t *auth_key; member
42 g_free(sreq->info.u.sym_sess_info.auth_key); in virtio_crypto_free_create_session_req()165 sym_info->auth_key = g_malloc(sym_info->auth_key_len); in virtio_crypto_create_sym_session()166 s = iov_to_buf(iov, out_num, 0, sym_info->auth_key, in virtio_crypto_create_sym_session()
161 uint8_t auth_key[VHOST_CRYPTO_SYM_HMAC_MAX_KEY_LEN]; member 2592 keylen = sizeof(msg.payload.session.u.sym.auth_key); in vhost_user_crypto_create_session() 2598 memcpy(&msg.payload.session.u.sym.auth_key, sess->auth_key, in vhost_user_crypto_create_session()